From 3cd314ebb2eb8d3e324d56336a291726a0d936a8 Mon Sep 17 00:00:00 2001 From: Styris Date: Tue, 18 Apr 2023 23:42:02 -0700 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 7249f42..97f7c34 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.6"; - public const double CurrentVersionNumber = 0.6; + public const string CurrentVersion = "0.6.2"; + public const double CurrentVersionNumber = 0.62; #if DEBUG public static readonly int WinVer = 19045; #else