Skip to content

Commit

Permalink
Bump version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
ManlyMarco committed Aug 29, 2024
1 parent be7aacb commit e440eed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Core_BetterPenetration/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ namespace Core_BetterPenetration
internal class Constants
{
#if KK || KKS || EC
public const string PluginVersion = "4.5.5.1";
public const string PluginVersion = "4.5.5.2";
#else
public const string PluginVersion = "5.0.1.1";
public const string PluginVersion = "5.0.1.2";
#endif
}
}

0 comments on commit e440eed

Please sign in to comment.