From 9a6394d0793205a6ec6007b2357ed9eccc6a1427 Mon Sep 17 00:00:00 2001
From: chylex <contact@chylex.com>
Date: Thu, 9 Mar 2023 20:19:49 +0100
Subject: [PATCH] Release 1.25.3

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

diff --git a/Version.cs b/Version.cs
index 2db686ca..f35842f2 100644
--- a/Version.cs
+++ b/Version.cs
@@ -6,6 +6,6 @@
 
 namespace TweetDuck {
 	internal static class Version {
-		public const string Tag = "1.25.2";
+		public const string Tag = "1.25.3";
 	}
 }