Skip to content

Commit 8ee33fa

Browse files
committed
[Release] Bump version to 0.12.2
Made-with: Cursor
1 parent dcb6ddd commit 8ee33fa

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/scripts/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.12.1
1+
0.12.2

.github/scripts/version_script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Read base version from version.txt (explicit absolute path)
44
# This script is located at: .github/scripts/version_script.sh
55
# The version.txt file is at: .github/scripts/version.txt
6-
BASE_VERSION=0.12.1
6+
BASE_VERSION=0.12.2
77
echo "Base version: $BASE_VERSION"
88

99
# Only set static version for release branches and release candidate tags

.github/scripts/version_script_windows.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
set -e
77

88
# Read base version
9-
BASE_VERSION=0.12.1
9+
BASE_VERSION=0.12.2
1010
echo "Base version: $BASE_VERSION"
1111

1212
# Only set static version for release branches and release candidate tags

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.12.1
1+
0.12.2

0 commit comments

Comments
 (0)