From defb2a384d230f3056401003e5d02af7968ee53b Mon Sep 17 00:00:00 2001 From: Dominik Salvet Date: Wed, 27 Nov 2024 19:14:28 +0100 Subject: [PATCH] increase version to 1.2.0 --- changelog.md | 2 ++ src/gitpack | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 63a7d4e..a5e4446 100644 --- a/changelog.md +++ b/changelog.md @@ -8,6 +8,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), The changes not yet present in any release are listed in this section. +## 1.2.0 (2024-11-27) + ### Changed * For Linux, changed the lock directory base from `/var/lock` to `/tmp`. diff --git a/src/gitpack b/src/gitpack index 0da9c85..13c2230 100755 --- a/src/gitpack +++ b/src/gitpack @@ -26,7 +26,7 @@ main() { #------------------------------------------------------------------------------- init_strings() { - readonly VERSION=1.1.0 # current GitPack version + readonly VERSION=1.2.0 # current GitPack version readonly HELP_MESSAGE='USAGE: gitpack [OPTION...] ACTION URL[=VERSION]... gitpack [OPTION...] COMMAND