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 ee588ad commit b534559Copy full SHA for b534559
Source/vj0.Shared/SharedGlobal.cs
@@ -14,7 +14,8 @@ public static class SharedGlobal
14
{
15
/* Format: 0.0.0 */
16
public const string VERSION = "0.0.2";
17
- public const string COMMIT = "bd1ed7f";
+ public const string COMMIT = "ee588ad";
18
+
19
public static bool IS_COMMIT_AVAILABLE => !string.IsNullOrEmpty(COMMIT);
20
public static bool IS_COMMIT_UNAVAILABLE => !IS_COMMIT_AVAILABLE;
21
0 commit comments