Update version to 1.0.1

This commit is contained in:
2019-10-08 09:16:44 +04:00
parent a1c505e213
commit a01dff1426
+1 -1
View File
@@ -9,7 +9,7 @@ import (
)
// VERSION is the current bot's version
const VERSION = "0.0.2"
const VERSION = "1.0.1"
// Context is the main application context.
type Context struct {