Skip to content

Commit

Permalink
increase dehydrated version for git master use
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas2511 committed Oct 31, 2022
1 parent ea84199 commit 35bfea5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Change Log
This file contains a log of major changes in dehydrated

## [x.x.x] - xxxx-xx-xx
...

## [0.7.1] - 2022-10-31
## Changed
- `--force` no longer forces domain name revalidation by default, a new argument `--force-validation` has been added for that
Expand Down
2 changes: 1 addition & 1 deletion dehydrated
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ umask 077 # paranoid umask, we're creating private keys
exec 3>&-
exec 4>&-

VERSION="0.7.1"
VERSION="0.7.2"

# Find directory in which this script is stored by traversing all symbolic links
SOURCE="${0}"
Expand Down

0 comments on commit 35bfea5

Please sign in to comment.