Merge branch 'master' into develop

This commit is contained in:
Ethan Buchman 2018-05-15 22:14:06 -04:00
commit e3a8496d6d
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Changelog # Changelog
## 0.17.0 (TBD) ## 0.17.0 (May 15, 2018)
BREAKING CHANGES BREAKING CHANGES

View File

@ -9,7 +9,7 @@ const Maj = "0"
const Min = "17" const Min = "17"
const Fix = "0" const Fix = "0"
const Version = "0.17.0-dev" const Version = "0.17.0"
// GitCommit set by build flags // GitCommit set by build flags
var GitCommit = "" var GitCommit = ""