diff options
author | Sven Gothel <[email protected]> | 2023-02-01 20:41:55 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2023-02-01 20:41:55 +0100 |
commit | 7296e85aff17ba551d5a95782cced537ad56b372 (patch) | |
tree | f2dd6c03558544722e54a78d9b31ce0e9cdb0d16 /git | |
parent | e718a05ba61389d27dbaafa46d25d6f747680cde (diff) |
Bumped version used in release script (documentation)
Diffstat (limited to 'git')
-rwxr-xr-x | git/git-tag-tar-changelog.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/git/git-tag-tar-changelog.sh b/git/git-tag-tar-changelog.sh index 87a6072..db97124 100755 --- a/git/git-tag-tar-changelog.sh +++ b/git/git-tag-tar-changelog.sh @@ -9,8 +9,8 @@ if [ -z "$artifacts" ] ; then fi branch=master -tag_old=v2.3.0 -tag=v2.3.1 +tag_old=v2.3.2 +tag=v2.4.0 sdir=`dirname $0` thisdir=`pwd` |