From f77ce6e590fb69d1b970705f22243b74808c1970 Mon Sep 17 00:00:00 2001 From: Ludovic Poujol Date: Mon, 20 Feb 2023 11:52:13 +0100 Subject: [PATCH] Release 23.02 --- CHANGELOG.md | 15 +++++++++++++++ scripts/web-add.sh | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) 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"