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