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

Commit

Permalink
Incremented version to 1.23
Browse files Browse the repository at this point in the history
ousttrue committed Oct 2, 2018
1 parent e545678 commit 53748bf
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
@@ -4,8 +4,8 @@ namespace UniGLTF
public static partial class UniGLTFVersion
{
public const int MAJOR = 1;
public const int MINOR = 22;
public const int MINOR = 23;

public const string VERSION = "1.22";
public const string VERSION = "1.23";
}
}

0 comments on commit 53748bf

Please sign in to comment.