Bump dev to 0.7.dev

This commit is contained in:
Adrian Zankich 2014-07-11 10:28:49 -07:00
parent b044c1b0ef
commit b74d4c4b5f
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
package gobot
const version = "0.6.dev"
const version = "0.7.dev"
func Version() string {
return version