Merge branch '330-bump-version-to-1-1-23' into 'master'

Resolve "bump version to 1.1.23"

Closes #330

See merge request Pmodules/src!309
This commit is contained in:
2024-08-16 17:34:34 +02:00
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'