Bump version to 0.7.0-alpha

This commit is contained in:
Ethan Frey
2017-08-18 23:48:57 +01:00
parent 7533cd9d7e
commit 8a430648e4
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -2,7 +2,7 @@
package version
const Maj = "0"
const Min = "6"
const Fix = "2"
const Min = "7"
const Fix = "0"
const Version = "0.6.2"
const Version = "0.7.0-alpha"