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 2957e78 commit 24fd707Copy full SHA for 24fd707
ValheimPlus/ValheimPlus.cs
@@ -16,7 +16,7 @@ namespace ValheimPlus
16
[BepInPlugin("org.bepinex.plugins.valheim_plus", "Valheim Plus", version)]
17
public class ValheimPlusPlugin : BaseUnityPlugin
18
{
19
- public const string version = "0.9.9.10";
+ public const string version = "0.9.9.11";
20
public static string newestVersion = "";
21
public static bool isUpToDate = false;
22
0 commit comments