From 293683fbdc7d6f77fddf13b650ea464d21813e91 Mon Sep 17 00:00:00 2001
From: chylex <contact@chylex.com>
Date: Mon, 17 Jul 2023 12:28:20 +0200
Subject: [PATCH] Release 1.26

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

diff --git a/Version.cs b/Version.cs
index baf3aa2d..6e145276 100644
--- a/Version.cs
+++ b/Version.cs
@@ -6,6 +6,6 @@
 
 namespace TweetDuck {
 	internal static class Version {
-		public const string Tag = "1.25.4";
+		public const string Tag = "1.26";
 	}
 }