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'