We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcb6ddd commit 8ee33faCopy full SHA for 8ee33fa
4 files changed
.github/scripts/version.txt
@@ -1 +1 @@
1
-0.12.1
+0.12.2
.github/scripts/version_script.sh
@@ -3,7 +3,7 @@
3
# Read base version from version.txt (explicit absolute path)
4
# This script is located at: .github/scripts/version_script.sh
5
# The version.txt file is at: .github/scripts/version.txt
6
-BASE_VERSION=0.12.1
+BASE_VERSION=0.12.2
7
echo "Base version: $BASE_VERSION"
8
9
# Only set static version for release branches and release candidate tags
.github/scripts/version_script_windows.sh
@@ -6,7 +6,7 @@
set -e
# Read base version
10
11
12
version.txt
0 commit comments