Skip to content

Commit

Permalink
set version number 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yusufmte committed Sep 30, 2020
1 parent 3398c5a commit 6b9c150
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ktr/Globals.gd
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ func get_version_info():
file.close()

return {
"version_number" : "0.0.0", # Edit the version number here!
"dev_or_release" : "dev", # Edit here for release!
"version_number" : "1.0.0", # Edit the version number here!
"dev_or_release" : "dev", # Edit here for release!
"commit_hash" : commit_hash,
}

Expand Down

0 comments on commit 6b9c150

Please sign in to comment.