Skip to content

Commit cb6534a

Browse files
committed
version and changelog
1 parent c6796b8 commit cb6534a

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
@@ -15,7 +15,7 @@ FIXES
1515

1616
## 0.18.0
1717

18-
_2018-06-05_
18+
*June 9, 2018*
1919

2020
BREAKING CHANGES
2121

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 = "18"
1010
const Fix = "0"
1111

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

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

0 commit comments

Comments
 (0)