Skip to content

Commit

Permalink
Add version to config
Browse files Browse the repository at this point in the history
  • Loading branch information
z-riley committed Dec 28, 2024
1 parent 0181414 commit 3a70add
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package config
const (
// Version is used to check compatibility with other go-2048-battle clients when
// in versus mode.
Version = "0.1.0"
Version = "1.0"

// Debug enables debugging and diagnostics features which are useful for development.
Debug = false
Expand Down

0 comments on commit 3a70add

Please sign in to comment.