Skip to content

Commit

Permalink
Preg ver up to 2.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ManlyMarco committed Nov 24, 2021
1 parent 13a305f commit e4c05b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Core_Pregnancy_KK/PregnancyPlugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ namespace KK_Pregnancy
public partial class PregnancyPlugin : BaseUnityPlugin
{
public const string GUID = "KK_Pregnancy";
public const string Version = "2.5.4";
public const string Version = "2.5.5";

public static ConfigEntry<bool> ConceptionEnabled { get; private set; }
public static ConfigEntry<float> FertilityOverride { get; private set; }
Expand Down

0 comments on commit e4c05b7

Please sign in to comment.