Skip to content

Commit

Permalink
v0.2.0020 asset store RC
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonm-unity committed Dec 5, 2017
1 parent 64cc9d5 commit e76743f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/FrameRecorder/Core/Engine/RecorderVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace UnityEditor.Recorder
public class RecorderVersion : ScriptableObject
{
public const string Version = "0.2"; // major.minor.build
public static int BuildNumber = 17;
public static int BuildNumber = 20;
public static string Tag
{
get { return string.Format("{0}.{1:0000}", Version, BuildNumber); }
Expand Down

0 comments on commit e76743f

Please sign in to comment.