Skip to content

Commit

Permalink
Bump shell version to 8.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
ltangvald committed Sep 18, 2018
1 parent 1f6d47f commit f24836c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions VERSION
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ MYSQL_SERVER_VERSIONS["8.0"]=8.0.13
declare -A MYSQL_SHELL_VERSIONS
MYSQL_SHELL_VERSIONS["5.5"]=""
MYSQL_SHELL_VERSIONS["5.6"]=""
MYSQL_SHELL_VERSIONS["5.7"]=8.0.12
MYSQL_SHELL_VERSIONS["8.0"]=8.0.12
MYSQL_SHELL_VERSIONS["5.7"]=8.0.13
MYSQL_SHELL_VERSIONS["8.0"]=8.0.13

declare -A FULL_SERVER_VERSIONS
FULL_SERVER_VERSIONS["5.5"]="${MYSQL_SERVER_VERSIONS["5.5"]}-${IMAGE_VERSION}"
Expand Down

0 comments on commit f24836c

Please sign in to comment.