diff --git a/config/config.go b/config/config.go index 5c115de..ce71935 100644 --- a/config/config.go +++ b/config/config.go @@ -9,7 +9,7 @@ import ( ) const ( - ReleemAgentVersion = "1.19.6.4" + ReleemAgentVersion = "1.19.7" ) type Config struct { diff --git a/current_version_agent b/current_version_agent index f55c9b5..d76b365 100644 --- a/current_version_agent +++ b/current_version_agent @@ -1 +1 @@ -1.19.6.4 \ No newline at end of file +1.19.7 \ No newline at end of file diff --git a/install.sh b/install.sh index dd80852..570c3a4 100644 --- a/install.sh +++ b/install.sh @@ -1,5 +1,5 @@ #!/bin/bash -# install.sh - Version 1.19.6.4 +# install.sh - Version 1.19.7 # (C) Releem, Inc 2022 # All rights reserved @@ -9,7 +9,7 @@ export PATH=$PATH:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/ # using the package manager. set -e -E -install_script_version=1.19.6.4 +install_script_version=1.19.7 logfile="/var/log/releem-install.log" WORKDIR="/opt/releem" diff --git a/mysqlconfigurer.sh b/mysqlconfigurer.sh index d59dda4..d8e9b8a 100644 --- a/mysqlconfigurer.sh +++ b/mysqlconfigurer.sh @@ -1,5 +1,5 @@ #!/bin/bash -# mysqlconfigurer.sh - Version 1.19.6.4 +# mysqlconfigurer.sh - Version 1.19.7 # (C) Releem, Inc 2022 # All rights reserved @@ -15,7 +15,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.19.6.4" +VERSION="1.19.7" RELEEM_INSTALL_PATH=$MYSQLCONFIGURER_PATH"install.sh" logfile="/var/log/releem-mysqlconfigurer.log"