From 6412a8aafa446af01b4d671117107e7ad85d1a34 Mon Sep 17 00:00:00 2001 From: urbanware-org Date: Fri, 26 Jan 2024 23:07:57 +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 27ed73b..694d812 100644 --- a/README +++ b/README @@ -4,7 +4,7 @@ README (Salomon) Project Salomon - Version 1.23.0 + Version 1.23.1 Copyright (c) 2024 by Ralf Kilian GitHub: https://github.com/urbanware-org/salomon diff --git a/core/global.sh b/core/global.sh index 84ed602..8f1833d 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.23.0" + version="1.23.1" is_bsd=0 is_openbsd=0