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 4, 2018
1 parent 98d2736 commit a109ea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a109ea4

Please sign in to comment.