Bump vars for 0.9.1

This commit is contained in:
Jeff Mitchell
2017-12-21 08:39:41 -05:00
parent ce4b28efa9
commit b9714386a6
6 changed files with 64 additions and 6 deletions

View File

@@ -2,7 +2,7 @@ package version
func init() {
// The main version number that is being run at the moment.
Version = "0.9.0"
Version = "0.9.1"
// A pre-release marker for the version. If this is "" (empty string)
// then it means that it is a final release. Otherwise, this is a pre-release