Skip to content

Commit 7d42d80

Browse files
feat(*): Prepare release 0.34.0
1 parent e79b807 commit 7d42d80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Constants.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ class Constants
7575
/** @var string Path for html templates folder (e.g. ban and captcha wall) */
7676
public const TEMPLATES_DIR = __DIR__ . "/templates";
7777
/** @var string The last version of this library */
78-
public const VERSION = 'v0.33.0';
78+
public const VERSION = 'v0.34.0';
7979
/** @var string The "disabled" x-forwarded-for setting */
8080
public const X_FORWARDED_DISABLED = 'no_forward';
8181
}

0 commit comments

Comments
 (0)