From c2caa0844a8b10201c633b0a0664bd04c2df7c0b Mon Sep 17 00:00:00 2001 From: Vladimir Hodakov Date: Tue, 8 Oct 2019 09:25:39 +0400 Subject: [PATCH] Update to version 0.1.0 --- context/exported.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {