From fa67a749afdf1b892d11db206567b355d32a58b7 Mon Sep 17 00:00:00 2001 From: Frederik <53608074+N0chteil@users.noreply.github.com> Date: Sun, 10 Sep 2023 17:21:53 +0200 Subject: [PATCH] chore: update version --- AMRPC WatchDog Desktop/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AMRPC WatchDog Desktop/Program.cs b/AMRPC WatchDog Desktop/Program.cs index 94955fd..2d57d4e 100644 --- a/AMRPC WatchDog Desktop/Program.cs +++ b/AMRPC WatchDog Desktop/Program.cs @@ -6,7 +6,7 @@ namespace AMRPC_WatchDog_Desktop internal static class Program { - private const string AppVersion = "v0.2.3"; + private const string AppVersion = "v0.2.4"; [STAThread] private static void Main() {