Skip to content

Commit b97afe1

Browse files
committed
bump version *again*
1 parent c489807 commit b97afe1

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
@@ -3,7 +3,7 @@ public static class Version {
33
private static readonly int Major = 2;
44
private static readonly int Minor = 1;
55
private static readonly int Patch = 0;
6-
private static readonly int Hotfix = 0;
6+
private static readonly int Hotfix = 1;
77
private static readonly ReleaseType ReleaseType = ReleaseType.Release;
88

99
public static string GetFullVersion() {

0 commit comments

Comments
 (0)