From 712bcd5a6fe8073a55a3069f0ebd855abea56724 Mon Sep 17 00:00:00 2001 From: chylex <contact@chylex.com> Date: Sat, 26 Feb 2022 09:05:44 +0100 Subject: [PATCH] Release 1.22 --- Version.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Version.cs b/Version.cs index 5d582246..bc124c70 100644 --- a/Version.cs +++ b/Version.cs @@ -6,6 +6,6 @@ namespace TweetDuck { internal static class Version { - public const string Tag = "1.21.2"; + public const string Tag = "1.22"; } }