Skip to content

Commit 0cbb23b

Browse files
chore(*): Prepare release 2.2.0
1 parent 05ca15c commit 0cbb23b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
echo "$VERSION_RELEASE_NOTES" >> CHANGELOG.txt
9595
9696
- name: Create release ${{ env.VERSION_NUMBER }}
97-
uses: softprops/action-gh-release@v1
97+
uses: softprops/action-gh-release@v2
9898
with:
9999
body_path: CHANGELOG.txt
100100
name: ${{ env.VERSION_NUMBER }}

src/Constants.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class Constants extends RemConstants
3939
/** @var string Path for html templates folder (e.g. ban and captcha wall) */
4040
public const TEMPLATES_DIR = __DIR__ . '/templates';
4141
/** @var string The last version of this library */
42-
public const VERSION = 'v2.1.0';
42+
public const VERSION = 'v2.2.0';
4343
/** @var string The "disabled" x-forwarded-for setting */
4444
public const X_FORWARDED_DISABLED = 'no_forward';
4545
}

0 commit comments

Comments
 (0)