Skip to content

Commit 1074ab6

Browse files
committed
version and changelog
1 parent 9722f41 commit 1074ab6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 0.14.0 (TBD)
3+
## 0.14.0 (April 9, 2018)
44

55
BREAKING CHANGES:
66

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const Maj = "0"
99
const Min = "14"
1010
const Fix = "0"
1111

12-
const Version = "0.14.0-dev"
12+
const Version = "0.14.0"
1313

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

0 commit comments

Comments
 (0)