From adabf9001e33a9e5dd33c276ee4872280930ba7e Mon Sep 17 00:00:00 2001 From: Styris Date: Thu, 13 Apr 2023 23:07:15 -0500 Subject: [PATCH] Update version --- TrustedUninstaller.Shared/Globals.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TrustedUninstaller.Shared/Globals.cs b/TrustedUninstaller.Shared/Globals.cs index 0b93d59..7249f42 100644 --- a/TrustedUninstaller.Shared/Globals.cs +++ b/TrustedUninstaller.Shared/Globals.cs @@ -9,8 +9,8 @@ namespace TrustedUninstaller.Shared { public class Globals { - public const string CurrentVersion = "0.5.2"; - public const double CurrentVersionNumber = 0.52; + public const string CurrentVersion = "0.6"; + public const double CurrentVersionNumber = 0.6; #if DEBUG public static readonly int WinVer = 19045; #else