Skip to content

Commit ac1b9ab

Browse files
committed
release: 1.0.0-beta.2
1 parent 02c0035 commit ac1b9ab

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## 1.0.0-beta.2
44

55
### Breaking changes
66

SConstruct

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ from enum import Enum
66

77
# *** Settings.
88

9-
VERSION = "1.0.0-beta.1"
9+
VERSION = "1.0.0-beta.2"
1010
COMPATIBILITY_MINIMUM = "4.5"
1111

1212

project/project.godot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ config_version=5
1111
[application]
1212

1313
config/name="Sentry demo project"
14-
config/version="1.0.0-beta.1"
14+
config/version="1.0.0-beta.2"
1515
run/main_scene="uid://cqiowj0jydds1"
1616
run/main_loop_type="ProjectMainLoop"
1717
config/features=PackedStringArray("4.5")

0 commit comments

Comments
 (0)