Skip to content

Commit

Permalink
Updating version number
Browse files Browse the repository at this point in the history
  • Loading branch information
nxPublic committed Mar 1, 2022
1 parent 8a00afa commit f0ff39c
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.7";
public const string version = "0.9.9.8";
public static string newestVersion = "";
public static bool isUpToDate = false;

Expand Down

0 comments on commit f0ff39c

Please sign in to comment.