Skip to content

Commit

Permalink
Bump version to 1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
noidexe committed Sep 3, 2023
1 parent 0824737 commit ab87bc7
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 @@ -11,7 +11,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.14-dev"
const version_tag = "v1.14"
var user_agent : String

func _ready():
Expand Down

0 comments on commit ab87bc7

Please sign in to comment.