diff --git a/context/exported.go b/context/exported.go index a83c059..21bacb9 100644 --- a/context/exported.go +++ b/context/exported.go @@ -9,7 +9,7 @@ import ( ) // VERSION is the current bot's version -const VERSION = "0.0.1" +const VERSION = "0.1.0" // Context is the main application context. type Context struct {