Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
waruqi committed Oct 30, 2024
1 parent abd15c2 commit 160d19b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/get.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ param (
)

& {
$LastRelease = "v2.9.5"
$LastRelease = "v2.9.6"
$ErrorActionPreference = 'Stop'

function writeErrorTip($msg) {
Expand Down
2 changes: 1 addition & 1 deletion scripts/rpmbuild/xmake.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 160d19b

Please sign in to comment.