From 7a338076dba0a2a587a0a2a7d569f6f2af38ea8d Mon Sep 17 00:00:00 2001
From: chylex <contact@chylex.com>
Date: Mon, 21 Nov 2022 07:13:49 +0100
Subject: [PATCH] Release 1.25.1

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

diff --git a/Version.cs b/Version.cs
index 39379931..e7e306b5 100644
--- a/Version.cs
+++ b/Version.cs
@@ -6,6 +6,6 @@
 
 namespace TweetDuck {
 	internal static class Version {
-		public const string Tag = "1.25";
+		public const string Tag = "1.25.1";
 	}
 }