summaryrefslogtreecommitdiffstats
path: root/git
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2023-02-01 20:41:55 +0100
committerSven Gothel <[email protected]>2023-02-01 20:41:55 +0100
commit7296e85aff17ba551d5a95782cced537ad56b372 (patch)
treef2dd6c03558544722e54a78d9b31ce0e9cdb0d16 /git
parente718a05ba61389d27dbaafa46d25d6f747680cde (diff)
Bumped version used in release script (documentation)
Diffstat (limited to 'git')
-rwxr-xr-xgit/git-tag-tar-changelog.sh4
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`