Skip to content

Commit 5d11ef5

Browse files
feat(*): Prepare release 0.32.0 [skip ci]
1 parent d8b15de commit 5d11ef5

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
@@ -76,7 +76,7 @@ class Constants
7676
/** @var string Path for html templates folder (e.g. ban and captcha wall) */
7777
public const TEMPLATES_DIR = __DIR__ . "/templates";
7878
/** @var string The last version of this library */
79-
public const VERSION = 'v0.31.0';
79+
public const VERSION = 'v0.32.0';
8080
/** @var string The "disabled" x-forwarded-for setting */
8181
public const X_FORWARDED_DISABLED = 'no_forward';
8282
}

0 commit comments

Comments
 (0)