From 8f66a4683114d1219651b84624e0e5f5f39d9d3a Mon Sep 17 00:00:00 2001 From: Massimiliano Sartore Date: Tue, 14 May 2024 17:27:13 +0200 Subject: [PATCH] bump version to 3.7.0 --- ATA-GUI/ATA-GUI.csproj | 6 +++--- ATA-GUI/Classes/ATA.cs | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ATA-GUI/ATA-GUI.csproj b/ATA-GUI/ATA-GUI.csproj index 9351443..aafd481 100644 --- a/ATA-GUI/ATA-GUI.csproj +++ b/ATA-GUI/ATA-GUI.csproj @@ -10,9 +10,9 @@ © 2021-2024 Massimiliano Sartore - 3.6.0.0 - 3.6.0.0 - 3.6.0.0 + 3.7.0.0 + 3.7.0.0 + 3.7.0.0 publish\ diff --git a/ATA-GUI/Classes/ATA.cs b/ATA-GUI/Classes/ATA.cs index 3a2bec2..17a1425 100644 --- a/ATA-GUI/Classes/ATA.cs +++ b/ATA-GUI/Classes/ATA.cs @@ -10,7 +10,7 @@ namespace ATA_GUI.Classes { internal class ATA { - public static readonly string CURRENTVERSION = "v3.6.0"; + public static readonly string CURRENTVERSION = "v3.7.0"; public static readonly string IPFileName = "IPList.txt"; public HashSet IPList { get; } = new HashSet();