Skip to content

Commit

Permalink
Prepare release 3.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
brhahlen committed Jun 21, 2024
1 parent a4b6685 commit f8e2c92
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.4.2
## Bugfix
- `dc help` out put was skewed - #70 - fixed by @mrtnbr in #71

# Version 3.4.1
## Improvement
- `dc ips` supports multiple ips - #68
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.4.1
## Improvement
- `dc ips` supports multiple ips - #68
# Version 3.4.2
## Bugfix
- `dc help` out put was skewed - #70 - fixed by @mrtnbr in #71
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.1
export DC_VERSION=v3.4.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.4.1
# Version 3.4.2
##############
_dc_completions()
{
Expand Down

0 comments on commit f8e2c92

Please sign in to comment.