We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c489807 commit b97afe1Copy full SHA for b97afe1
Volte/Core/Runtime/Version.cs
@@ -3,7 +3,7 @@ public static class Version {
3
private static readonly int Major = 2;
4
private static readonly int Minor = 1;
5
private static readonly int Patch = 0;
6
- private static readonly int Hotfix = 0;
+ private static readonly int Hotfix = 1;
7
private static readonly ReleaseType ReleaseType = ReleaseType.Release;
8
9
public static string GetFullVersion() {
0 commit comments