We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02c0035 commit ac1b9abCopy full SHA for ac1b9ab
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## Unreleased
+## 1.0.0-beta.2
4
5
### Breaking changes
6
SConstruct
@@ -6,7 +6,7 @@ from enum import Enum
7
# *** Settings.
8
9
-VERSION = "1.0.0-beta.1"
+VERSION = "1.0.0-beta.2"
10
COMPATIBILITY_MINIMUM = "4.5"
11
12
project/project.godot
@@ -11,7 +11,7 @@ config_version=5
[application]
13
config/name="Sentry demo project"
14
-config/version="1.0.0-beta.1"
+config/version="1.0.0-beta.2"
15
run/main_scene="uid://cqiowj0jydds1"
16
run/main_loop_type="ProjectMainLoop"
17
config/features=PackedStringArray("4.5")
0 commit comments