From ed692571f433efebe5da5669dc27d35827795c53 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Thu, 29 Jan 2026 16:24:41 +0100 Subject: [PATCH] version set to 2.0.4 --- CHANGELOG.md | 6 ++++++ build | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa4e380..00f32d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog of Pmodules +## Version 2.0.4 + +### modulecmd + +### build system + ## Version 2.0.3 ### modulecmd diff --git a/build b/build index a5a6443..bfa7b75 100755 --- a/build +++ b/build @@ -1,7 +1,7 @@ #!/usr/bin/env bash # -declare -rx VERSION='2.0.3' +declare -rx VERSION='2.0.4' declare -rx BASH5_VERSION='5.3' declare -rx TCL_VERSION='8.6.16' declare -rx TCLLIB_VERSION='1.21'