diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f26c16..3fb25fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,19 @@ The **patch** part changes is incremented if multiple releases happen the same m ### Added +### Changed + +### Fixed + +### Removed + +### Security + + +## [23.02] 2023-02-20 + +### Added + * web : Display web-add.sh version ### Changed @@ -28,3 +41,5 @@ The **patch** part changes is incremented if multiple releases happen the same m ### Security + + diff --git a/scripts/web-add.sh b/scripts/web-add.sh index 36439f0..5b076d8 100755 --- a/scripts/web-add.sh +++ b/scripts/web-add.sh @@ -14,7 +14,7 @@ set -e -VERSION="22.07" +VERSION="23.02" HOME="/root" CONTACT_MAIL="jdoe@example.org" WWWBOUNCE_MAIL="jdoe@example.org"