Skip to content

Commit

Permalink
Bump version to v1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
NicEastvillage committed Jun 8, 2024
1 parent 36b78d3 commit 0834381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ var Commit = func() string {
}()

func main() {
var version = fmt.Sprintf("v1.2/%s", Commit[:7])
var version = fmt.Sprintf("v1.3/%s", Commit[:7])
fmt.Printf("Starting Chess Heaven and Hell %s\n", version)

rl.SetConfigFlags(rl.FlagWindowResizable)
Expand Down

0 comments on commit 0834381

Please sign in to comment.