Skip to content

Commit 88cb24a

Browse files
committed
increased version
1 parent a2a774b commit 88cb24a

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
)
1010

1111
const (
12-
ReleemAgentVersion = "1.22.0.3"
12+
ReleemAgentVersion = "1.22.0.4"
1313
)
1414

1515
type Config struct {

current_version_agent

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.22.0.3
1+
1.22.0.4

install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env bash
2-
# install.sh - Version 1.22.0.3
2+
# install.sh - Version 1.22.0.4
33
# (C) Releem, Inc 2022
44
# All rights reserved
55

@@ -9,7 +9,7 @@ export PATH=$PATH:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/
99
# using the package manager.
1010

1111
set -e -E
12-
install_script_version=1.22.0.3
12+
install_script_version=1.22.0.4
1313
logfile="/var/log/releem-install.log"
1414

1515
WORKDIR="/opt/releem"

mysqlconfigurer.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env bash
2-
# mysqlconfigurer.sh - Version 1.22.0.3
2+
# mysqlconfigurer.sh - Version 1.22.0.4
33
# (C) Releem, Inc 2022
44
# All rights reserved
55

@@ -16,7 +16,7 @@ MYSQLTUNER_REPORT=$MYSQLCONFIGURER_PATH"mysqltunerreport.json"
1616
RELEEM_MYSQL_VERSION=$MYSQLCONFIGURER_PATH"mysql_version"
1717
MYSQLCONFIGURER_CONFIGFILE="${MYSQLCONFIGURER_PATH}${MYSQLCONFIGURER_FILE_NAME}"
1818
MYSQL_MEMORY_LIMIT=0
19-
VERSION="1.22.0.3"
19+
VERSION="1.22.0.4"
2020
RELEEM_INSTALL_PATH=$MYSQLCONFIGURER_PATH"install.sh"
2121
logfile="/var/log/releem-mysqlconfigurer.log"
2222
MYSQL_CONF_DIR="/etc/mysql/releem.conf.d"

0 commit comments

Comments
 (0)