We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9722f41 commit 1074ab6Copy full SHA for 1074ab6
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## 0.14.0 (TBD)
+## 0.14.0 (April 9, 2018)
4
5
BREAKING CHANGES:
6
version/version.go
@@ -9,7 +9,7 @@ const Maj = "0"
9
const Min = "14"
10
const Fix = "0"
11
12
-const Version = "0.14.0-dev"
+const Version = "0.14.0"
13
14
// GitCommit set by build flags
15
var GitCommit = ""
0 commit comments