summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorruki <[email protected]>2026-02-10 22:36:33 +0800
committerruki <[email protected]>2026-02-10 22:36:33 +0800
commitd481d13b1c8c8536de5919104b99e43e0b1bb263 (patch)
treee78d74d98b5f9be36e385c553011d02b0c1b8684 /scripts
parent77d94ad9de5d99fb1ddce86e575546fada772ada (diff)
update spec
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/get.ps12
-rw-r--r--scripts/rpmbuild/xmake.spec2
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/get.ps1 b/scripts/get.ps1
index d1894d649..18d04fd62 100755
--- a/scripts/get.ps1
+++ b/scripts/get.ps1
@@ -11,7 +11,7 @@ param (
)
& {
- $LastRelease = "v3.0.6"
+ $LastRelease = "v3.0.7"
$ErrorActionPreference = 'Stop'
function writeErrorTip($msg) {
diff --git a/scripts/rpmbuild/xmake.spec b/scripts/rpmbuild/xmake.spec
index a96d6c7f7..e43aa0a64 100644
--- a/scripts/rpmbuild/xmake.spec
+++ b/scripts/rpmbuild/xmake.spec
@@ -3,7 +3,7 @@
%undefine __brp_mangle_shebangs
Name: xmake
-Version: 3.0.6
+Version: 3.0.7
Release: 1%{?dist}
Summary: A cross-platform build utility based on Lua