Skip to content

Commit b534559

Browse files
committed
Update SharedGlobal.cs
1 parent ee588ad commit b534559

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Source/vj0.Shared/SharedGlobal.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ public static class SharedGlobal
1414
{
1515
/* Format: 0.0.0 */
1616
public const string VERSION = "0.0.2";
17-
public const string COMMIT = "bd1ed7f";
17+
public const string COMMIT = "ee588ad";
18+
1819
public static bool IS_COMMIT_AVAILABLE => !string.IsNullOrEmpty(COMMIT);
1920
public static bool IS_COMMIT_UNAVAILABLE => !IS_COMMIT_AVAILABLE;
2021

0 commit comments

Comments
 (0)