From d720602d57b2cd6649077834a647e0bd49dbadd6 Mon Sep 17 00:00:00 2001 From: Michael Husted Date: Sat, 2 Feb 2019 16:12:28 -0600 Subject: [PATCH] bump version --- Volte/Core/Runtime/Version.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Volte/Core/Runtime/Version.cs b/Volte/Core/Runtime/Version.cs index ca099cc8..1e4edd62 100644 --- a/Volte/Core/Runtime/Version.cs +++ b/Volte/Core/Runtime/Version.cs @@ -2,8 +2,8 @@ public static class Version { private static readonly int Major = 2; private static readonly int Minor = 0; - private static readonly int Patch = 0; - private static readonly int Hotfix = 1; + private static readonly int Patch = 1; + private static readonly int Hotfix = 0; private static readonly ReleaseType ReleaseType = ReleaseType.Release; public static string GetFullVersion() {