From bac731153364a37f3f03901f57e27963aac0493d Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Tue, 16 Jul 2024 18:24:14 +0200 Subject: [PATCH] version bumped to 1.1.22 --- CHANGELOG.md | 5 +++++ build | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7787bfc..7b19187 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog of Pmodules +## Version 1.1.22 +### modulecmd + +### build-system + ## Version 1.1.21 ### modulecmd * update bash to 5.2.21 and Tcl to 8.6.14 (#274) diff --git a/build b/build index 42a4399..8b1828f 100755 --- a/build +++ b/build @@ -1,7 +1,7 @@ #!/usr/bin/env bash # -declare -rx VERSION='1.1.21' +declare -rx VERSION='1.1.22' declare -rx BASH5_VERSION='5.2.21' declare -rx TCL_VERSION='8.6.14' declare -rx TCLLIB_VERSION='1.21'