Skip to content
This repository has been archived by the owner on Sep 2, 2021. It is now read-only.

Commit

Permalink
Updated version to 1.25
Browse files Browse the repository at this point in the history
  • Loading branch information
ousttrue committed Oct 15, 2018
1 parent 8918a4f commit 55029bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Core/Scripts/UniGLTFVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ namespace UniGLTF
public static partial class UniGLTFVersion
{
public const int MAJOR = 1;
public const int MINOR = 24;
public const int MINOR = 25;

public const string VERSION = "1.24";
public const string VERSION = "1.25";
}
}

0 comments on commit 55029bb

Please sign in to comment.