mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-06-12 16:44:29 +02:00
increase dehydrated version for git master use
This commit is contained in:
@@ -1,6 +1,9 @@
|
|||||||
# Change Log
|
# Change Log
|
||||||
This file contains a log of major changes in dehydrated
|
This file contains a log of major changes in dehydrated
|
||||||
|
|
||||||
|
## [x.x.x] - xxxx-xx-xx
|
||||||
|
...
|
||||||
|
|
||||||
## [0.7.1] - 2022-10-31
|
## [0.7.1] - 2022-10-31
|
||||||
## Changed
|
## Changed
|
||||||
- `--force` no longer forces domain name revalidation by default, a new argument `--force-validation` has been added for that
|
- `--force` no longer forces domain name revalidation by default, a new argument `--force-validation` has been added for that
|
||||||
|
|||||||
+1
-1
@@ -17,7 +17,7 @@ umask 077 # paranoid umask, we're creating private keys
|
|||||||
exec 3>&-
|
exec 3>&-
|
||||||
exec 4>&-
|
exec 4>&-
|
||||||
|
|
||||||
VERSION="0.7.1"
|
VERSION="0.7.2"
|
||||||
|
|
||||||
# Find directory in which this script is stored by traversing all symbolic links
|
# Find directory in which this script is stored by traversing all symbolic links
|
||||||
SOURCE="${0}"
|
SOURCE="${0}"
|
||||||
|
|||||||
Reference in New Issue
Block a user