Skip to content

Commit

Permalink
Set version manually for gcc-go
Browse files Browse the repository at this point in the history
Signed-off-by: Jguer <me@jguer.space>
  • Loading branch information
Jguer committed Sep 5, 2018
1 parent 7133a12 commit 6e0797a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.go
Expand Up @@ -77,7 +77,7 @@ type Configuration struct {
UseAsk bool `json:"useask"`
}

var version = "8.1110"
var version = "8.1115"

// configFileName holds the name of the config file.
const configFileName string = "config.json"
Expand Down

0 comments on commit 6e0797a

Please sign in to comment.