From 4e18f7ef19e16de44bd900f8e58776b1393e1838 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Tue, 9 Apr 2024 10:29:07 +0200 Subject: [PATCH] version bumped to 1.1.19 --- CHANGELOG.md | 5 +++++ build | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d8dda9e..727790e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog of Pmodules +## Version 1.1.19 +### modulecmd + +### build-system + ## Version 1.1.18 ### modulecmd * BUGFIX: output of load hints fixed diff --git a/build b/build index 057f2fa..4bf971d 100755 --- a/build +++ b/build @@ -1,7 +1,7 @@ #!/usr/bin/env bash # -declare -rx VERSION='1.1.18' +declare -rx VERSION='1.1.19' declare -rx BASH5_VERSION='5.2.21' declare -rx TCL_VERSION='8.6.14' declare -rx TCLLIB_VERSION='1.21'