Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
GreemDev committed Feb 2, 2019
1 parent 1d1f2f1 commit d720602
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Volte/Core/Runtime/Version.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit d720602

Please sign in to comment.