diff --git a/CHANGELOG.md b/CHANGELOG.md index 6576897..c5250d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# Version 3.4.8 +## Bugfix +- Fix `shell` fallback + # Version 3.4.7 ## Bugfix - Updates to hopefully fix update issue diff --git a/build-files/CHANGELOG.md b/build-files/CHANGELOG.md index 9afe65b..1c68ff2 100644 --- a/build-files/CHANGELOG.md +++ b/build-files/CHANGELOG.md @@ -1,3 +1,3 @@ -# Version 3.4.7 +# Version 3.4.8 ## Bugfix -- Updates to hopefully fix update issue +- Fix `shell` fallback diff --git a/dc b/dc index 894447e..b1ef60b 100755 --- a/dc +++ b/dc @@ -6,7 +6,7 @@ set -m # VERSION -export DC_VERSION=v3.4.8-dev +export DC_VERSION=v3.4.8 ###### VARIABLES if [[ -z "${DC_DIR}" ]]; then diff --git a/dc-completion b/dc-completion index 4a15aa8..6a783b9 100755 --- a/dc-completion +++ b/dc-completion @@ -2,7 +2,7 @@ # Copyright (C) 2022 - 2023 Ben Hählen # This is the completion file for `dc` ############## -# Version 3.4.7 +# Version 3.4.8 ############## _dc_completions() {