From a2129b957ea258e6fac534673954d80e9d96e948 Mon Sep 17 00:00:00 2001
From: chylex <contact@chylex.com>
Date: Mon, 28 Feb 2022 07:13:50 +0100
Subject: [PATCH] Release 1.22.0.1

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

diff --git a/Version.cs b/Version.cs
index bc124c70..cd9b98c8 100644
--- a/Version.cs
+++ b/Version.cs
@@ -6,6 +6,6 @@
 
 namespace TweetDuck {
 	internal static class Version {
-		public const string Tag = "1.22";
+		public const string Tag = "1.22.0.1";
 	}
 }