We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b782498 commit e0e9550Copy full SHA for e0e9550
version.go
@@ -1,6 +1,6 @@
1
package gobot
2
3
-const version = "0.7.dev"
+const version = "0.7"
4
5
func Version() string {
6
return version
0 commit comments