From aa600265c362f8c20043b66d13da492eb3e7195a Mon Sep 17 00:00:00 2001 From: Venkatesh Prasad Venugopal Date: Thu, 2 Mar 2023 18:19:53 +0530 Subject: [PATCH] RM-1185: Bump version to 2.4.8. Bumped the version to 2.4.8. --- proxysql-common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxysql-common b/proxysql-common index 6fde1b2..92e121e 100755 --- a/proxysql-common +++ b/proxysql-common @@ -47,7 +47,7 @@ fi # # Script parameters/constants # -readonly PROXYSQL_ADMIN_VERSION="2.4.7" +readonly PROXYSQL_ADMIN_VERSION="2.4.8" # The minimum required openssl version readonly REQUIRED_OPENSSL_VERSION="1.1.1"