Skip to content

Commit 79ab90e

Browse files
committed
Increased version
1 parent 2be6c78 commit 79ab90e

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.19.7"
12+
ReleemAgentVersion = "1.19.8"
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.19.7
1+
1.19.8

install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# install.sh - Version 1.19.7
2+
# install.sh - Version 1.19.8
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.19.7
12+
install_script_version=1.19.8
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
#!/bin/bash
2-
# mysqlconfigurer.sh - Version 1.19.7
2+
# mysqlconfigurer.sh - Version 1.19.8
33
# (C) Releem, Inc 2022
44
# All rights reserved
55

@@ -15,7 +15,7 @@ MYSQLTUNER_REPORT=$MYSQLCONFIGURER_PATH"mysqltunerreport.json"
1515
RELEEM_MYSQL_VERSION=$MYSQLCONFIGURER_PATH"mysql_version"
1616
MYSQLCONFIGURER_CONFIGFILE="${MYSQLCONFIGURER_PATH}${MYSQLCONFIGURER_FILE_NAME}"
1717
MYSQL_MEMORY_LIMIT=0
18-
VERSION="1.19.7"
18+
VERSION="1.19.8"
1919
RELEEM_INSTALL_PATH=$MYSQLCONFIGURER_PATH"install.sh"
2020
logfile="/var/log/releem-mysqlconfigurer.log"
2121

0 commit comments

Comments
 (0)