We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ef5e90 commit 249c550Copy full SHA for 249c550
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## 0.16.0 (TBD)
+## 0.16.0 (May 14th, 2018)
4
5
BREAKING CHANGES
6
version/version.go
@@ -9,7 +9,7 @@ const Maj = "0"
9
const Min = "16"
10
const Fix = "0"
11
12
-const Version = "0.16.0-dev"
+const Version = "0.16.0"
13
14
// GitCommit set by build flags
15
var GitCommit = ""
0 commit comments