version bumped to 1.1.23

This commit is contained in:
2024-08-16 17:33:53 +02:00
parent dd35a0b239
commit 73a35ed7d3
2 changed files with 9 additions and 2 deletions
+7
View File
@@ -1,5 +1,12 @@
# Changelog of Pmodules
## Version 1.1.23
### modulecmd
### build-system
### both
## Version 1.1.22
### modulecmd
+2 -2
View File
@@ -1,8 +1,8 @@
#!/usr/bin/env bash
#
declare -rx VERSION='1.1.22'
declare -rx BASH5_VERSION='5.2.21'
declare -rx VERSION='1.1.23'
declare -rx BASH5_VERSION='5.2.32'
declare -rx TCL_VERSION='8.6.14'
declare -rx TCLLIB_VERSION='1.21'
declare -rx MODULES_VERSION='3.2.10.2'