Skip to content

Commit 0d10ded

Browse files
committed
Tag 0.6 build.
1 parent 28923b3 commit 0d10ded

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RavenM/Plugin.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public static string BuildGUID
6161
{
6262
if (!changeGUID)
6363
{
64-
return $"INDEV-{Assembly.GetExecutingAssembly().ManifestModule.ModuleVersionId.ToString().Split('-').Last()}";
64+
return $"STABLE-0-6-{Assembly.GetExecutingAssembly().ManifestModule.ModuleVersionId.ToString().Split('-').Last()}";
6565
}
6666
else
6767
{

0 commit comments

Comments
 (0)