From 8b1c19156fd5a4eb6d1a6d4246e597a6b221350f Mon Sep 17 00:00:00 2001 From: ManlyMarco <39247311+ManlyMarco@users.noreply.github.com> Date: Wed, 15 Nov 2023 23:32:39 +0100 Subject: [PATCH] Version up to 1.4 --- Shared/Constants.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shared/Constants.cs b/Shared/Constants.cs index 0c7ec8d..7ea1ed9 100644 --- a/Shared/Constants.cs +++ b/Shared/Constants.cs @@ -2,6 +2,6 @@ { internal static class Constants { - public const string Version = "1.3.1"; + public const string Version = "1.4.0"; } }