From 651d9be57cd0a16986360dda2cbe5a8483400c1c Mon Sep 17 00:00:00 2001 From: chylex <contact@chylex.com> Date: Sun, 14 Jun 2020 15:54:19 +0200 Subject: [PATCH] Release 1.19.0.2 --- Version.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Version.cs b/Version.cs index e90f69c1..d82fa261 100644 --- a/Version.cs +++ b/Version.cs @@ -6,6 +6,6 @@ namespace TweetDuck{ internal static class Version{ - public const string Tag = "1.19.0.1"; + public const string Tag = "1.19.0.2"; } }