From ee6b12137006d9eea66df3b3eb5c1a852052980e Mon Sep 17 00:00:00 2001 From: Mute Date: Fri, 14 Aug 2026 14:01:30 +0000 Subject: [PATCH] bump version to 2.1.0 --verbose flag and TCP RST are feature additions within wire protocol v2 (no protocol changes, MAJOR stays at 2). --- gatuna-win/app.manifest | 2 +- gatuna-win/gatuna.csproj | 2 +- gatunad/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gatuna-win/app.manifest b/gatuna-win/app.manifest index ecd2013..2c020e0 100644 --- a/gatuna-win/app.manifest +++ b/gatuna-win/app.manifest @@ -1,6 +1,6 @@ - + diff --git a/gatuna-win/gatuna.csproj b/gatuna-win/gatuna.csproj index f92dc02..c4d9329 100644 --- a/gatuna-win/gatuna.csproj +++ b/gatuna-win/gatuna.csproj @@ -5,7 +5,7 @@ net8.0-windows gatuna gatuna - 2.0.0 + 2.1.0 enable true enable diff --git a/gatunad/Cargo.toml b/gatunad/Cargo.toml index dbd51c0..9da2a4f 100644 --- a/gatunad/Cargo.toml +++ b/gatunad/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gatuna" -version = "2.0.0" +version = "2.1.0" edition = "2021" license = "CC0-1.0"