prepare for next version

This commit is contained in:
Lukas Schauer
2018-03-13 20:59:20 +01:00
parent 70d261a729
commit e374d21d45
2 changed files with 8 additions and 1 deletions

View File

@@ -1,6 +1,13 @@
# Change Log
This file contains a log of major changes in dehydrated
## [x.x.x] - xxxx-xx-xx
## Changed
- ??
## Added
- ??
## [0.6.1] - 2018-03-13
## Changed
- Use new ACME v2 endpoint by default

View File

@@ -13,7 +13,7 @@ set -o pipefail
umask 077 # paranoid umask, we're creating private keys
VERSION="0.6.1"
VERSION="git-master-after-0.6.1"
# Find directory in which this script is stored by traversing all symbolic links
SOURCE="${0}"