From bdbbb21af01b4eccfb93b54308b65d7277877ab0 Mon Sep 17 00:00:00 2001 From: Salvador Cipolla Date: Thu, 12 Sep 2024 21:44:20 -0300 Subject: [PATCH] Bump version to 1.2.4 --- Knossos.NET/Classes/Knossos.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Knossos.NET/Classes/Knossos.cs b/Knossos.NET/Classes/Knossos.cs index dd800c15..60f057e4 100644 --- a/Knossos.NET/Classes/Knossos.cs +++ b/Knossos.NET/Classes/Knossos.cs @@ -16,7 +16,7 @@ namespace Knossos.NET { public static class Knossos { - public static readonly string AppVersion = "1.2.3"; + public static readonly string AppVersion = "1.2.4"; public readonly static string ToolRepoURL = "https://raw.githubusercontent.com/KnossosNET/Knet-Tool-Repo/main/knet_tools.json"; public readonly static string GitHubUpdateRepoURL = "https://api.github.com/repos/KnossosNET/Knossos.NET"; public readonly static string FAQURL = "https://raw.githubusercontent.com/KnossosNET/KNet-General-Resources-Repo/main/communityfaq.json";