diff --git a/CHANGELOG.md b/CHANGELOG.md index c383b6d..d040ad6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,8 @@ ## Version 2.0.5 ### modulecmd +* Bugfixes: cherry-pick fixes for issues #1368 and #1371 + (#1375) ## Version 2.0.4 diff --git a/build b/build index bfa7b75..9d24215 100755 --- a/build +++ b/build @@ -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'