Skip to content

Commit

Permalink
version increase to 0.9.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
nxPublic committed Jan 27, 2022
1 parent aeef112 commit 4e8b4b1
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.5";
public const string version = "0.9.9.6";
public static string newestVersion = "";
public static bool isUpToDate = false;

Expand Down

0 comments on commit 4e8b4b1

Please sign in to comment.