From 1fb691135ee23c5f8cfb7153114502f451a13e87 Mon Sep 17 00:00:00 2001 From: GZTime Date: Wed, 25 Sep 2024 21:05:26 +0800 Subject: [PATCH] release: bump version to v0.17.9 --- docs/package.json | 2 +- src/GZCTF.Test/GZCTF.Test.csproj | 2 +- src/GZCTF.sln | 2 +- src/GZCTF/ClientApp/package.json | 2 +- src/GZCTF/GZCTF.csproj | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/package.json b/docs/package.json index c48445d24..6bdd23ff2 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "gzctf-docs", - "version": "0.17.8", + "version": "0.17.9", "private": true, "scripts": { "dev": "next", diff --git a/src/GZCTF.Test/GZCTF.Test.csproj b/src/GZCTF.Test/GZCTF.Test.csproj index 14a1ccea9..5cea0ec5e 100644 --- a/src/GZCTF.Test/GZCTF.Test.csproj +++ b/src/GZCTF.Test/GZCTF.Test.csproj @@ -6,7 +6,7 @@ false true Debug;Release;GenAPI - 0.17.8 + 0.17.9 True diff --git a/src/GZCTF.sln b/src/GZCTF.sln index 7e7fae447..ec2ef438b 100644 --- a/src/GZCTF.sln +++ b/src/GZCTF.sln @@ -39,6 +39,6 @@ Global SolutionGuid = {643F6AF8-C22F-4E8E-9AB2-504B7C560CD6} EndGlobalSection GlobalSection(MonoDevelopProperties) = preSolution - version = 0.17.8 + version = 0.17.9 EndGlobalSection EndGlobal diff --git a/src/GZCTF/ClientApp/package.json b/src/GZCTF/ClientApp/package.json index 93b27dca0..e102f63ea 100644 --- a/src/GZCTF/ClientApp/package.json +++ b/src/GZCTF/ClientApp/package.json @@ -1,6 +1,6 @@ { "name": "gzctf-client", - "version": "0.17.8", + "version": "0.17.9", "private": true, "scripts": { "dev": "vite", diff --git a/src/GZCTF/GZCTF.csproj b/src/GZCTF/GZCTF.csproj index 9d48b8f4e..0f77f329d 100644 --- a/src/GZCTF/GZCTF.csproj +++ b/src/GZCTF/GZCTF.csproj @@ -2,7 +2,7 @@ net7.0 - 0.17.8 + 0.17.9 GZ::CTF $(VITE_APP_GIT_NAME)-$(VITE_APP_GIT_SHA) build at $(VITE_APP_BUILD_TIMESTAMP) enable enable @@ -18,7 +18,7 @@ http://localhost:63000 pnpm run dev --host Debug;Release;GenAPI - 0.17.8 + 0.17.9 4 preview True