Skip to content

Commit 19d1114

Browse files
committed
Update SharedGlobal.cs
1 parent 722faef commit 19d1114

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/vj0.Shared/SharedGlobal.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public static class SharedGlobal
1414
{
1515
/* Format: 0.0.0 */
1616
public const string VERSION = "0.0.2";
17-
public const string COMMIT = "ee588ad";
17+
public const string COMMIT = "722faef";
1818

1919
public static bool IS_COMMIT_AVAILABLE => !string.IsNullOrEmpty(COMMIT);
2020
public static bool IS_COMMIT_UNAVAILABLE => !IS_COMMIT_AVAILABLE;

0 commit comments

Comments
 (0)