From 3e4536f31f4086e7c565b9051b35ee7a3fa17245 Mon Sep 17 00:00:00 2001 From: ManlyMarco <39247311+ManlyMarco@users.noreply.github.com> Date: Tue, 29 Oct 2024 00:46:40 +0100 Subject: [PATCH] Version up to 1.5 --- Shared/Constants.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shared/Constants.cs b/Shared/Constants.cs index 7ea1ed9..10d6d7e 100644 --- a/Shared/Constants.cs +++ b/Shared/Constants.cs @@ -2,6 +2,6 @@ { internal static class Constants { - public const string Version = "1.4.0"; + public const string Version = "1.5.0"; } }