Merge branch '259-bump-version-number-to-1-1-20' into 'master'

Resolve "bump version number to 1.1.20"

Closes #259

See merge request Pmodules/src!236
This commit is contained in:
2024-04-17 17:09:54 +02:00
2 changed files with 8 additions and 1 deletions
+7
View File
@@ -1,5 +1,12 @@
# Changelog of Pmodules
## Version 1.1.20
### modulecmd
*
### build-system
*
## Version 1.1.19
### modulecmd
* BUGFIX: parsing the version number and setting the variables
+1 -1
View File
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
#
declare -rx VERSION='1.1.19'
declare -rx VERSION='1.1.20'
declare -rx BASH5_VERSION='5.2.21'
declare -rx TCL_VERSION='8.6.14'
declare -rx TCLLIB_VERSION='1.21'