version bumped to 1.1.22

This commit is contained in:
2024-07-16 18:24:14 +02:00
parent d9ef5f692e
commit bac7311533
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -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)
+1 -1
View File
@@ -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'