Skip to content

Commit

Permalink
Fix shell fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
brhahlen committed Jul 5, 2024
1 parent 1c8a84e commit f87cf25
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Version 3.4.8
## Bugfix
- Fix `shell` fallback

# Version 3.4.7
## Bugfix
- Updates to hopefully fix update issue
Expand Down
4 changes: 2 additions & 2 deletions build-files/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Version 3.4.7
# Version 3.4.8
## Bugfix
- Updates to hopefully fix update issue
- Fix `shell` fallback
2 changes: 1 addition & 1 deletion dc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion dc-completion
Original file line number Diff line number Diff line change
Expand Up @@ -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()
{
Expand Down

0 comments on commit f87cf25

Please sign in to comment.