Skip to content

Commit

Permalink
Bug fix 3.1.1 version wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
brhahlen committed Sep 7, 2023
1 parent 548fc9c commit e053f36
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 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.1.2
## Bug fix
- Change version number

# Version 3.1.1
## Enhancements
- Updated README
Expand Down
6 changes: 3 additions & 3 deletions build-files/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Version 3.1.1
## Enhancements
- Updated README
# Version 3.1.2
## Bug fix
- Change version number
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.1.0
export DC_VERSION=v3.1.2

###### 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.1.0
# Version 3.1.2
##############
_dc_completions()
{
Expand Down

0 comments on commit e053f36

Please sign in to comment.