From 8e2ec4dfe2794249e43097c6068525f53b0c5f8c Mon Sep 17 00:00:00 2001 From: chylex Date: Thu, 31 Mar 2022 12:28:44 +0200 Subject: [PATCH] Release v35.1 --- app/Version.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Version.cs b/app/Version.cs index 3bbd7e5..7189b08 100644 --- a/app/Version.cs +++ b/app/Version.cs @@ -7,6 +7,6 @@ using DHT.Utils; namespace DHT.Utils { static class Version { - public const string Tag = "35.0.0.0"; + public const string Tag = "35.1.0.0"; } }