We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e79b807 commit 7d42d80Copy full SHA for 7d42d80
src/Constants.php
@@ -75,7 +75,7 @@ class Constants
75
/** @var string Path for html templates folder (e.g. ban and captcha wall) */
76
public const TEMPLATES_DIR = __DIR__ . "/templates";
77
/** @var string The last version of this library */
78
- public const VERSION = 'v0.33.0';
+ public const VERSION = 'v0.34.0';
79
/** @var string The "disabled" x-forwarded-for setting */
80
public const X_FORWARDED_DISABLED = 'no_forward';
81
}
0 commit comments