Skip to content

Commit

Permalink
Bump version to v1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
NicEastvillage committed Jun 30, 2024
1 parent d67f445 commit cf86d07
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.3/%s", Commit[:7])
var version = fmt.Sprintf("v1.4/%s", Commit[:7])
fmt.Printf("Starting Chess Heaven and Hell %s\n", version)

rl.SetConfigFlags(rl.FlagWindowResizable)
Expand Down

0 comments on commit cf86d07

Please sign in to comment.