From b2ebb984f866d2eccec0f35b80b48b01a02b61f0 Mon Sep 17 00:00:00 2001 From: chylex <contact@chylex.com> Date: Mon, 4 May 2020 16:20:44 +0200 Subject: [PATCH] Release 1.18.5 --- Version.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Version.cs b/Version.cs index e93893a4..87af0c4a 100644 --- a/Version.cs +++ b/Version.cs @@ -6,6 +6,6 @@ namespace TweetDuck{ internal static class Version{ - public const string Tag = "1.18.4"; + public const string Tag = "1.18.5"; } }