Skip to content

Commit

Permalink
v1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
yusufmte committed Sep 30, 2020
1 parent 453c923 commit 6080f1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ktr/Globals.gd
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ func get_version_info():

return {
"version_number" : version_number,
"dev_or_release" : "dev", # Edit here for release!
"dev_or_release" : "release", # Edit here for release!
"commit_hash" : commit_hash,
}

Expand Down

0 comments on commit 6080f1f

Please sign in to comment.