Skip to content

Commit

Permalink
Update ValheimPlus.cs
Browse files Browse the repository at this point in the history
Version change to 0.9.9.11
  • Loading branch information
nxPublic committed Dec 7, 2022
1 parent 2957e78 commit 24fd707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ValheimPlus/ValheimPlus.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ namespace ValheimPlus
[BepInPlugin("org.bepinex.plugins.valheim_plus", "Valheim Plus", version)]
public class ValheimPlusPlugin : BaseUnityPlugin
{
public const string version = "0.9.9.10";
public const string version = "0.9.9.11";
public static string newestVersion = "";
public static bool isUpToDate = false;

Expand Down

1 comment on commit 24fd707

@LarryThorne
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there is a new version of ValheimPlus 0.9.9.12. Need to update this please.

Please sign in to comment.