Merge pull request #1376 from Pmodules/1375-back-port-changes-from-210

Bugfixes: back-port fixes for issues #c1368 and #1371
This commit is contained in:
2026-03-04 14:50:30 +01:00
committed by GitHub
co-authored by GitHub
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -12,6 +12,8 @@
## Version 2.0.5
### modulecmd
* Bugfixes: cherry-pick fixes for issues #1368 and #1371
(#1375)
## Version 2.0.4
+1 -1
View File
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
#
declare -rx VERSION='2.0.4'
declare -rx VERSION='2.0.5'
declare -rx BASH5_VERSION='5.3'
declare -rx TCL_VERSION='8.6.16'
declare -rx TCLLIB_VERSION='1.21'