From c02e9b2790b51b1321bd480e5dc50ae2466e3f5a Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Wed, 17 Apr 2024 17:09:00 +0200 Subject: [PATCH] version number bumped to 1.1.20 --- CHANGELOG.md | 7 +++++++ build | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b62551..a11748c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog of Pmodules +## Version 1.1.20 +### modulecmd +* + +### build-system +* + ## Version 1.1.19 ### modulecmd * BUGFIX: parsing the version number and setting the variables diff --git a/build b/build index 4bf971d..4b52752 100755 --- a/build +++ b/build @@ -1,7 +1,7 @@ #!/usr/bin/env bash # -declare -rx VERSION='1.1.19' +declare -rx VERSION='1.1.20' declare -rx BASH5_VERSION='5.2.21' declare -rx TCL_VERSION='8.6.14' declare -rx TCLLIB_VERSION='1.21'