Skip to content

Commit

Permalink
Tag 0.7 build.
Browse files Browse the repository at this point in the history
  • Loading branch information
iliadsh committed May 15, 2024
1 parent 38eec04 commit 6612142
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-7-{Assembly.GetExecutingAssembly().ManifestModule.ModuleVersionId.ToString().Split('-').Last()}";
}
else
{
Expand Down

0 comments on commit 6612142

Please sign in to comment.