Browse Source

Set version manually for gcc-go

Signed-off-by: Jguer <me@jguer.space>
Jguer 6 years ago
parent
commit
a109ea480c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config.go

+ 1 - 1
config.go

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