File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments