Skip to content

Commit 249c550

Browse files
committed
changelog and version
1 parent 7ef5e90 commit 249c550

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 0.16.0 (TBD)
3+
## 0.16.0 (May 14th, 2018)
44

55
BREAKING CHANGES
66

version/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const Maj = "0"
99
const Min = "16"
1010
const Fix = "0"
1111

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

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

0 commit comments

Comments
 (0)