From f87d7acca251752a34d97bd9f2f2708a2e5505a3 Mon Sep 17 00:00:00 2001 From: "J.D. Purcell" Date: Sat, 6 May 2023 14:33:36 -0400 Subject: [PATCH] Bump version. --- RechatTool/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RechatTool/Program.cs b/RechatTool/Program.cs index 88ea546..a5ea736 100644 --- a/RechatTool/Program.cs +++ b/RechatTool/Program.cs @@ -12,7 +12,7 @@ namespace RechatTool; internal class Program { - public const string Version = "2.0.0.0"; + public const string Version = "2.1.0.0"; private static int Main(string[] args) { int iArg = 0;