Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
ebuchman committed May 14, 2018
2 parents 64f445e + 249c550 commit a464567
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 0.16.0 (TBD)
## 0.16.0 (May 14th, 2018)

BREAKING CHANGES

Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const Maj = "0"
const Min = "16"
const Fix = "0"

const Version = "0.16.0-dev"
const Version = "0.16.0"

// GitCommit set by build flags
var GitCommit = ""

0 comments on commit a464567

Please sign in to comment.