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 2fdae80 commit 2e0b718Copy full SHA for 2e0b718
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## Unreleased
+## 1.0.0-beta.1
4
5
### Breaking changes
6
SConstruct
@@ -6,7 +6,7 @@ from enum import Enum
7
# *** Settings.
8
9
-VERSION = "1.0.0-beta.0"
+VERSION = "1.0.0-beta.1"
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.0"
+config/version="1.0.0-beta.1"
15
run/main_scene="uid://cqiowj0jydds1"
16
config/features=PackedStringArray("4.5")
17
run/flush_stdout_on_print=true
0 commit comments