Skip to content

Commit

Permalink
Bump version to v1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
noidexe committed Apr 21, 2024
1 parent c3c48a2 commit 0c89def
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scenes/Globals.gd
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const DEFAULT_CONFIG : Dictionary = { "ui":{"alpha": false, "beta": false, "rc":
# Add '-devel' for versions not intended for release
# Remove '-devel' when commiting a build to be tagged as release
# Remember to update version in export settings before exporting
const version_tag = "v1.17-devel"
const version_tag = "v1.17"
var user_agent : String
var github_auth_bearer_token: String = ""

Expand Down

0 comments on commit 0c89def

Please sign in to comment.