Skip to content

Commit

Permalink
version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas2511 committed Jan 13, 2018
1 parent 2adc577 commit 4a81175
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Change Log
This file contains a log of major changes in dehydrated

## [x.x.x] - xxxx-xx-xx
## [0.5.0] - 2018-01-13
## Changed
- Certificate chain is now cached (CHAINCACHE)
- OpenSSL binary path is now configurable (OPENSSL)
Expand Down
2 changes: 1 addition & 1 deletion dehydrated
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ set -o pipefail

umask 077 # paranoid umask, we're creating private keys

VERSION="0.4.0"
VERSION="0.5.0"

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

0 comments on commit 4a81175

Please sign in to comment.