Skip to content

Commit dcd813a

Browse files
update version
1 parent 9acdd59 commit dcd813a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

install.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
# ╚═╝ ╚═══╝ ╚═════╝ ╚═════╝ ╚══════╝╚═╝ ╚═╝╚═╝ ╚═╝╚══════╝ ╚═╝ ╚══════╝╚═╝ ╚═╝
88
# ╚╗ @marsmensch 2016-2017 ╔╝
99
#
10-
# version v0.8.3
11-
# date 2017-12-30
10+
# version v0.8.4
11+
# date 2018-01-16
1212
#
1313
# function: part of the masternode scripts, source the proper config file
1414
#
@@ -30,7 +30,7 @@ declare -r CRYPTOS=`ls -l config/ | egrep '^d' | awk '{print $9}' | xargs echo -
3030
declare -r DATE_STAMP="$(date +%y-%m-%d-%s)"
3131
declare -r SCRIPTPATH=$( cd $(dirname ${BASH_SOURCE[0]}) > /dev/null; pwd -P )
3232
declare -r MASTERPATH="$(dirname "${SCRIPTPATH}")"
33-
declare -r SCRIPT_VERSION="v0.8.3"
33+
declare -r SCRIPT_VERSION="v0.8.4"
3434
declare -r SCRIPT_LOGFILE="/tmp/nodemaster_${DATE_STAMP}_out.log"
3535
declare -r IPV4_DOC_LINK="https://www.vultr.com/docs/add-secondary-ipv4-address"
3636

@@ -42,7 +42,7 @@ cat << "EOF"
4242
██║╚██╗██║██║ ██║██║ ██║██╔══╝ ██║╚██╔╝██║██╔══██║╚════██║ ██║ ██╔══╝ ██╔══██╗
4343
██║ ╚████║╚██████╔╝██████╔╝███████╗██║ ╚═╝ ██║██║ ██║███████║ ██║ ███████╗██║ ██║
4444
╚═╝ ╚═══╝ ╚═════╝ ╚═════╝ ╚══════╝╚═╝ ╚═╝╚═╝ ╚═╝╚══════╝ ╚═╝ ╚══════╝╚═╝ ╚═╝
45-
╚╗ @marsmensch 2016-2017 ╔╝
45+
╚╗ @marsmensch 2016-2018 ╔╝
4646
EOF
4747
}
4848

0 commit comments

Comments
 (0)