File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Unity/Assets/JCMG/PackageTools/Scripts/Editor Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ internal static class VersionConstants
3232 /// <summary>
3333 /// The semantic version
3434 /// </summary>
35- public const string VERSION = "1.5.1 " ;
35+ public const string VERSION = "1.6.0 " ;
3636
3737 /// <summary>
3838 /// The branch of GIT this package was published from.
@@ -42,16 +42,16 @@ internal static class VersionConstants
4242 /// <summary>
4343 /// The current GIT commit hash this package was published on.
4444 /// </summary>
45- public const string GIT_COMMIT = "c816a46c484475246a4d27527a0a18ac5306c15f " ;
45+ public const string GIT_COMMIT = "fa7d8fd73a599b02b5f3ac9cf0dc34b9e04cc0ab " ;
4646
4747 /// <summary>
4848 /// The UTC human-readable date this package was published at.
4949 /// </summary>
50- public const string PUBLISH_DATE = "Tuesday, June 1, 2021 " ;
50+ public const string PUBLISH_DATE = "Thursday, January 2, 2025 " ;
5151
5252 /// <summary>
5353 /// The UTC time this package was published at.
5454 /// </summary>
55- public const string PUBLISH_TIME = "06/ 01/2021 19:38:39 " ;
55+ public const string PUBLISH_TIME = "01/02/2025 19:03:40 " ;
5656 }
5757}
You can’t perform that action at this time.
0 commit comments