We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 722faef commit 19d1114Copy full SHA for 19d1114
Source/vj0.Shared/SharedGlobal.cs
@@ -14,7 +14,7 @@ public static class SharedGlobal
14
{
15
/* Format: 0.0.0 */
16
public const string VERSION = "0.0.2";
17
- public const string COMMIT = "ee588ad";
+ public const string COMMIT = "722faef";
18
19
public static bool IS_COMMIT_AVAILABLE => !string.IsNullOrEmpty(COMMIT);
20
public static bool IS_COMMIT_UNAVAILABLE => !IS_COMMIT_AVAILABLE;
0 commit comments