From 27aefc7e964620ddf9797fb518bc0a679aff5841 Mon Sep 17 00:00:00 2001 From: urbanware-org Date: Fri, 24 Nov 2023 16:21:47 +0100 Subject: [PATCH] Raise version number --- README | 2 +- core/global.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index c26b7da..479f004 100644 --- a/README +++ b/README @@ -4,7 +4,7 @@ README (Salomon) Project Salomon - Version 1.22.4 + Version 1.23.0 Copyright (c) 2023 by Ralf Kilian GitHub: https://github.com/urbanware-org/salomon diff --git a/core/global.sh b/core/global.sh index a99e863..e663339 100755 --- a/core/global.sh +++ b/core/global.sh @@ -14,7 +14,7 @@ # inside the main directory of Salomon for configuration options. set_global_variables() { - version="1.22.4" + version="1.23.0" is_bsd=0 is_openbsd=0