From 97f03faf145aaaabb22829e8c558a6de42c1e24c Mon Sep 17 00:00:00 2001 From: Dmitry Kochetov Date: Tue, 5 Dec 2023 12:39:47 +0300 Subject: [PATCH] Increased version --- config/config.go | 2 +- current_version_agent | 2 +- install.sh | 4 ++-- mysqlconfigurer.sh | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/config/config.go b/config/config.go index 94f3aae..cd4203a 100644 --- a/config/config.go +++ b/config/config.go @@ -9,7 +9,7 @@ import ( ) const ( - ReleemAgentVersion = "1.10.0" + ReleemAgentVersion = "1.10.0.1" ) type Config struct { diff --git a/current_version_agent b/current_version_agent index ed21137..36b748c 100644 --- a/current_version_agent +++ b/current_version_agent @@ -1 +1 @@ -1.10.0 \ No newline at end of file +1.10.0.1 \ No newline at end of file diff --git a/install.sh b/install.sh index 64abe9f..a8954ab 100644 --- a/install.sh +++ b/install.sh @@ -1,5 +1,5 @@ #!/bin/bash -# install.sh - Version 1.10.0 +# install.sh - Version 1.10.0.1 # (C) Releem, Inc 2022 # All rights reserved @@ -7,7 +7,7 @@ # using the package manager. set -e -install_script_version=1.10.0 +install_script_version=1.10.0.1 logfile="releem-install.log" WORKDIR="/opt/releem" diff --git a/mysqlconfigurer.sh b/mysqlconfigurer.sh index 215903b..48c8ce2 100755 --- a/mysqlconfigurer.sh +++ b/mysqlconfigurer.sh @@ -1,5 +1,5 @@ #!/bin/bash -# mysqlconfigurer.sh - Version 1.10.0 +# mysqlconfigurer.sh - Version 1.10.0.1 # (C) Releem, Inc 2022 # All rights reserved @@ -12,7 +12,7 @@ MYSQLTUNER_REPORT=$MYSQLCONFIGURER_PATH"mysqltunerreport.json" RELEEM_MYSQL_VERSION=$MYSQLCONFIGURER_PATH"mysql_version" MYSQLCONFIGURER_CONFIGFILE="${MYSQLCONFIGURER_PATH}${MYSQLCONFIGURER_FILE_NAME}" MYSQL_MEMORY_LIMIT=0 -VERSION="1.10.0" +VERSION="1.10.0.1" RELEEM_INSTALL_PATH=$MYSQLCONFIGURER_PATH"install.sh" logfile="releem-mysqlconfigurer.log"