diff --git a/CHANGELOG.md b/CHANGELOG.md index 39b507c..60a85f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.11.5](https://gitlab.com/xebis/shellib/compare/v0.11.4...v0.11.5) (2022-10-09) + + +### Bug Fixes + +* version bump is written to incorrect file ([0c99860](https://gitlab.com/xebis/shellib/commit/0c9986059d0e2b6460c84e3c61ec01f98f5c75ee)) + ## [0.11.4](https://gitlab.com/xebis/shellib/compare/v0.11.3...v0.11.4) (2022-08-15) diff --git a/shellib.sh b/shellib.sh index 50190a7..43a2731 100644 --- a/shellib.sh +++ b/shellib.sh @@ -24,7 +24,7 @@ fi # shellcheck disable=SC2034 { # Bumped up automatically by calling scripts/set-ver - readonly shellib_version="0.0.0+test-set_shellib_version" + readonly shellib_version="0.11.5" } 2>/dev/null # Functions