bump version for new packages

master
Oliver Tonnhofer 2016-03-11 10:23:23 +01:00
parent f4ff0b0d15
commit 77162d985a
1 changed files with 1 additions and 1 deletions

View File

@ -5,6 +5,6 @@ var Version string
func init() {
// buidVersion gets replaced during build with make
var buildVersion = ""
Version = "0.1"
Version = "0.2.0"
Version += buildVersion
}