Skip to content

Commit

Permalink
Tag 0.6 build.
Browse files Browse the repository at this point in the history
  • Loading branch information
iliadsh committed Nov 20, 2023
1 parent 28923b3 commit 0d10ded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RavenM/Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public static string BuildGUID
{
if (!changeGUID)
{
return $"INDEV-{Assembly.GetExecutingAssembly().ManifestModule.ModuleVersionId.ToString().Split('-').Last()}";
return $"STABLE-0-6-{Assembly.GetExecutingAssembly().ManifestModule.ModuleVersionId.ToString().Split('-').Last()}";
}
else
{
Expand Down

0 comments on commit 0d10ded

Please sign in to comment.