Skip to content

Commit

Permalink
[Preg] Version up to 2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ManlyMarco committed Feb 20, 2024
1 parent bc2c38a commit e85a988
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 @@ -20,7 +20,7 @@ namespace KK_Pregnancy
public partial class PregnancyPlugin : BaseUnityPlugin
{
public const string GUID = "KK_Pregnancy";
public const string Version = "2.8.0";
public const string Version = "2.9";

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

0 comments on commit e85a988

Please sign in to comment.