From c3f238b3c6c0866b7ebf5fe6ba7c14e59dbf4bb8 Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Thu, 6 Jul 2023 10:25:15 +0200 Subject: [PATCH] VERSION="23.07-pre" --- client/lib/main.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/lib/main.sh b/client/lib/main.sh index cd8afca..bcb2218 100644 --- a/client/lib/main.sh +++ b/client/lib/main.sh @@ -1,7 +1,7 @@ #!/bin/bash # shellcheck disable=SC2034,SC2317 -readonly VERSION="23.1-pre" +readonly VERSION="23.07-pre" # set all programs to C language (english) export LC_ALL=C