Skip to content

Commit

Permalink
Bumped version to 0.7.0-beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrlabs committed Sep 29, 2024
1 parent 1074e0a commit afefe15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lorien/Config.gd
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ class_name Config
const VERSION_MAJOR := 0
const VERSION_MINOR := 7
const VERSION_PATCH := 0
const VERSION_STATUS := "-dev"
const VERSION_STATUS := "-beta1"
static var VERSION_STRING := "%d.%d.%d%s" % [VERSION_MAJOR, VERSION_MINOR, VERSION_PATCH, VERSION_STATUS]
const CONFIG_PATH := "user://settings_v4.cfg"
const PALETTES_PATH := "user://palettes.cfg"
Expand Down

0 comments on commit afefe15

Please sign in to comment.