From 5173748e2c6151641a468d3fa688b85cf610a037 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Sat, 25 May 2024 11:14:40 +0200 Subject: [PATCH] version bumped to 1.1.21 --- CHANGELOG.md | 6 ++++++ build | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0420c03..e079ab4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog of Pmodules +## Version 1.1.21 +### modulecmd + +### build-system + + ## Version 1.1.20 ### modulecmd * Bugfix in sub-command 'unuse' with directory as argument. diff --git a/build b/build index 04ccee1..42a4399 100755 --- a/build +++ b/build @@ -1,7 +1,7 @@ #!/usr/bin/env bash # -declare -rx VERSION='1.1.20' +declare -rx VERSION='1.1.21' declare -rx BASH5_VERSION='5.2.21' declare -rx TCL_VERSION='8.6.14' declare -rx TCLLIB_VERSION='1.21'