Skip to content

Commit 3fc5168

Browse files
committed
bump version
1 parent ccd45fe commit 3fc5168

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Volte/Core/Runtime/Version.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
public static class Version {
33
private static readonly int Major = 2;
44
private static readonly int Minor = 0;
5-
private static readonly int Patch = 1;
5+
private static readonly int Patch = 2;
66
private static readonly int Hotfix = 0;
77
private static readonly ReleaseType ReleaseType = ReleaseType.Release;
88

0 commit comments

Comments
 (0)