update master version to 0.9.0-dev

This commit is contained in:
Mitchell Hashimoto 2017-01-29 18:46:18 -08:00
parent d5ac48de2a
commit 9183be4c83
No known key found for this signature in database
GPG Key ID: 744E147AA52F5B0A
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ import (
)
// The main version number that is being run at the moment.
const Version = "0.8.6"
const Version = "0.9.0"
// 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