Browse Source

update version

Jguer 6 years ago
parent
commit
47373c5631
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config.go

+ 1 - 1
config.go

@@ -78,7 +78,7 @@ type Configuration struct {
 	UseAsk             bool   `json:"useask"`
 	UseAsk             bool   `json:"useask"`
 }
 }
 
 
-var version = "8.2.0"
+var version = "9.0.0"
 
 
 // configFileName holds the name of the config file.
 // configFileName holds the name of the config file.
 const configFileName string = "config.json"
 const configFileName string = "config.json"