From a01dff1426f3aedde2061232abae07ae011b2d2f Mon Sep 17 00:00:00 2001 From: Vladimir Hodakov Date: Tue, 8 Oct 2019 09:16:28 +0400 Subject: [PATCH] Update version to 1.0.1 --- context/exported.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/context/exported.go b/context/exported.go index 955ef49..f798e4f 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.2" +const VERSION = "1.0.1" // Context is the main application context. type Context struct {