Skip to content

Commit ea4ab51

Browse files
committed
Increased version
1 parent 9bfc8d6 commit ea4ab51

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.23.2"
12+
ReleemAgentVersion = "1.23.3"
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.23.2
1+
1.23.3

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.23.2
2+
# install.sh - Version 1.23.3
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.23.2
12+
install_script_version=1.23.3
1313
logfile="/var/log/releem-install.log"
1414

1515
RELEEM_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.23.2
2+
# mysqlconfigurer.sh - Version 1.23.3
33
# (C) Releem, Inc 2022
44
# All rights reserved
55

@@ -14,7 +14,7 @@ else
1414
fi
1515

1616
# Variables
17-
VERSION="1.23.2"
17+
VERSION="1.23.3"
1818
RELEEM_CONF_DIR="/opt/releem/conf/"
1919
RELEEM_CONF_FILE="/opt/releem/releem.conf"
2020
RELEEM_DB_VERSION_FILE="${RELEEM_CONF_DIR}db_version"

0 commit comments

Comments
 (0)