We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05ca15c commit 0cbb23bCopy full SHA for 0cbb23b
2 files changed
.github/workflows/release.yml
@@ -94,7 +94,7 @@ jobs:
94
echo "$VERSION_RELEASE_NOTES" >> CHANGELOG.txt
95
96
- name: Create release ${{ env.VERSION_NUMBER }}
97
- uses: softprops/action-gh-release@v1
+ uses: softprops/action-gh-release@v2
98
with:
99
body_path: CHANGELOG.txt
100
name: ${{ env.VERSION_NUMBER }}
src/Constants.php
@@ -39,7 +39,7 @@ class Constants extends RemConstants
39
/** @var string Path for html templates folder (e.g. ban and captcha wall) */
40
public const TEMPLATES_DIR = __DIR__ . '/templates';
41
/** @var string The last version of this library */
42
- public const VERSION = 'v2.1.0';
+ public const VERSION = 'v2.2.0';
43
/** @var string The "disabled" x-forwarded-for setting */
44
public const X_FORWARDED_DISABLED = 'no_forward';
45
}
0 commit comments