File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 94
94
echo "$VERSION_RELEASE_NOTES" >> CHANGELOG.txt
95
95
96
96
- name : Create release ${{ env.VERSION_NUMBER }}
97
- uses : softprops/action-gh-release@v1
97
+ uses : softprops/action-gh-release@v2
98
98
with :
99
99
body_path : CHANGELOG.txt
100
100
name : ${{ env.VERSION_NUMBER }}
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ class Constants extends RemConstants
39
39
/** @var string Path for html templates folder (e.g. ban and captcha wall) */
40
40
public const TEMPLATES_DIR = __DIR__ . '/templates ' ;
41
41
/** @var string The last version of this library */
42
- public const VERSION = 'v2.1 .0 ' ;
42
+ public const VERSION = 'v2.2 .0 ' ;
43
43
/** @var string The "disabled" x-forwarded-for setting */
44
44
public const X_FORWARDED_DISABLED = 'no_forward ' ;
45
45
}
You can’t perform that action at this time.
0 commit comments