Explorar el Código

Set version manually for gcc-go

Signed-off-by: Jguer <me@jguer.space>
Jguer hace 6 años
padre
commit
a109ea480c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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"