Skip to content

Commit

Permalink
feat(build): update default version
Browse files Browse the repository at this point in the history
update default version

Signed-off-by: mritd <mritd@linux.com>
  • Loading branch information
mritd committed Mar 2, 2021
1 parent 8f7b23c commit c127917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Expand Up @@ -9,7 +9,7 @@ MAKESELF_INSTALL_DIR=$(mktemp -d makeself.XXXXXX)
check_version(){
if [ -z "${VERSION}" ]; then
warn "etcd version not specified, use default version 3.4.14."
VERSION="3.4.14"
VERSION="3.4.15"
fi
}

Expand Down

0 comments on commit c127917

Please sign in to comment.