Skip to content

Commit

Permalink
Version 3.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thefrosty committed Apr 25, 2024
1 parent 88aea26 commit e5f1977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/WpSettingsApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class WpSettingsApi extends AbstractHookProvider
public const HOOK_INIT = self::ACTION_PREFIX . 'init';
public const HOOK_INIT_SLUG__S = self::HOOK_INIT . '-%s';
public const HOOK_PRIORITY = 999;
public const VERSION = '3.11.0';
public const VERSION = '3.11.1';

/**
* The current plugin instance.
Expand Down

0 comments on commit e5f1977

Please sign in to comment.