1
0
mirror of https://github.com/hybridgroup/gobot.git synced 2025-04-26 13:48:49 +08:00

Bump version to 0.8.dev

This commit is contained in:
Adrian Zankich 2014-11-12 11:04:27 -08:00
parent b78249833d
commit c564e99d2d

View File

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