From 3d435d016503d0f750e92baa92073b77d2ff9826 Mon Sep 17 00:00:00 2001 From: chylex Date: Sun, 29 May 2022 12:11:03 +0200 Subject: [PATCH] Release v36 (beta) --- app/Version.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Version.cs b/app/Version.cs index 6026ea29..38aa6c6a 100644 --- a/app/Version.cs +++ b/app/Version.cs @@ -7,6 +7,6 @@ namespace DHT.Utils { static class Version { - public const string Tag = "35.3.0.0"; + public const string Tag = "36.0.0.0"; } }