From 9953f06ab17689565ab8233a1e75be4af0c55d2c Mon Sep 17 00:00:00 2001
From: chylex <contact@chylex.com>
Date: Wed, 14 Sep 2022 02:19:02 +0200
Subject: [PATCH] Release 1.24

---
 Version.cs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Version.cs b/Version.cs
index 7aa63102..28b64ea2 100644
--- a/Version.cs
+++ b/Version.cs
@@ -6,6 +6,6 @@
 
 namespace TweetDuck {
 	internal static class Version {
-		public const string Tag = "1.23";
+		public const string Tag = "1.24";
 	}
 }