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 28923b3 commit 0d10dedCopy full SHA for 0d10ded
RavenM/Plugin.cs
@@ -61,7 +61,7 @@ public static string BuildGUID
61
{
62
if (!changeGUID)
63
64
- return $"INDEV-{Assembly.GetExecutingAssembly().ManifestModule.ModuleVersionId.ToString().Split('-').Last()}";
+ return $"STABLE-0-6-{Assembly.GetExecutingAssembly().ManifestModule.ModuleVersionId.ToString().Split('-').Last()}";
65
}
66
else
67
0 commit comments