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 ccd45fe commit 3fc5168Copy full SHA for 3fc5168
Volte/Core/Runtime/Version.cs
@@ -2,7 +2,7 @@
2
public static class Version {
3
private static readonly int Major = 2;
4
private static readonly int Minor = 0;
5
- private static readonly int Patch = 1;
+ private static readonly int Patch = 2;
6
private static readonly int Hotfix = 0;
7
private static readonly ReleaseType ReleaseType = ReleaseType.Release;
8
0 commit comments