Skip to content

Commit e5f1977

Browse files
committed
Version 3.11.1
1 parent 88aea26 commit e5f1977

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/WpSettingsApi.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class WpSettingsApi extends AbstractHookProvider
3030
public const HOOK_INIT = self::ACTION_PREFIX . 'init';
3131
public const HOOK_INIT_SLUG__S = self::HOOK_INIT . '-%s';
3232
public const HOOK_PRIORITY = 999;
33-
public const VERSION = '3.11.0';
33+
public const VERSION = '3.11.1';
3434

3535
/**
3636
* The current plugin instance.

0 commit comments

Comments
 (0)