Skip to content

Commit

Permalink
Prepare v1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonne Nauha committed Nov 1, 2016
1 parent ba55a41 commit f181a48
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
dev
1.1
===
* `-web.health-path <path>` can be configured to return a 200 OK response, by default not enabled.
* built with go 1.7.3

1.0
===
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -e
rm -rf bin
mkdir -p bin/release

VERSION="1.0"
VERSION="1.1"
VERSION_HASH="$(git rev-parse --short HEAD)"
VERSION_DATE="$(date -u '+%d.%m.%Y %H:%M:%S')"

Expand Down

0 comments on commit f181a48

Please sign in to comment.