From 160d19b8b0bcdfc5dde65d07729f7d4d143e8848 Mon Sep 17 00:00:00 2001 From: ruki Date: Wed, 30 Oct 2024 23:42:00 +0800 Subject: [PATCH] update version --- scripts/get.ps1 | 2 +- scripts/rpmbuild/xmake.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/get.ps1 b/scripts/get.ps1 index 9ff6be1112..ad92f85e77 100755 --- a/scripts/get.ps1 +++ b/scripts/get.ps1 @@ -11,7 +11,7 @@ param ( ) & { - $LastRelease = "v2.9.5" + $LastRelease = "v2.9.6" $ErrorActionPreference = 'Stop' function writeErrorTip($msg) { diff --git a/scripts/rpmbuild/xmake.spec b/scripts/rpmbuild/xmake.spec index 31214dca4c..5dc033650e 100644 --- a/scripts/rpmbuild/xmake.spec +++ b/scripts/rpmbuild/xmake.spec @@ -2,7 +2,7 @@ %define use_luajit 0 Name: xmake -Version: 2.9.5 +Version: 2.9.6 Release: 1%{?dist} Summary: A cross-platform build utility based on Lua