Bugfixes: back-port fixes for issues #c1368 and #1371

This commit is contained in:
2026-03-04 14:47:20 +01:00
parent c2a60c21cc
commit f1c87ba9a2
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'