From 6040337bb447254de6288a54f1f2c8d4f0873aa3 Mon Sep 17 00:00:00 2001 From: chylex <contact@chylex.com> Date: Sat, 22 Jan 2022 14:38:27 +0100 Subject: [PATCH] Release 1.21.2 --- Version.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Version.cs b/Version.cs index c5078c8d..5d582246 100644 --- a/Version.cs +++ b/Version.cs @@ -6,6 +6,6 @@ namespace TweetDuck { internal static class Version { - public const string Tag = "1.21.1"; + public const string Tag = "1.21.2"; } }