From 47373c56315f922df0b9cfd12436cc2d5b69fa05 Mon Sep 17 00:00:00 2001 From: Jguer Date: Thu, 6 Dec 2018 08:09:05 +0000 Subject: [PATCH] update version --- config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.go b/config.go index af1c9f6a5..64bb090af 100644 --- a/config.go +++ b/config.go @@ -78,7 +78,7 @@ type Configuration struct { UseAsk bool `json:"useask"` } -var version = "8.2.0" +var version = "9.0.0" // configFileName holds the name of the config file. const configFileName string = "config.json"