Skip to content

Commit 6c4af3b

Browse files
committed
Bump shell version to 8.0.16
1 parent ca886f7 commit 6c4af3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

VERSION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ MYSQL_SERVER_VERSIONS["8.0"]=8.0.16
77

88
declare -A MYSQL_SHELL_VERSIONS
99
MYSQL_SHELL_VERSIONS["5.6"]=""
10-
MYSQL_SHELL_VERSIONS["5.7"]=8.0.15
11-
MYSQL_SHELL_VERSIONS["8.0"]=8.0.15
10+
MYSQL_SHELL_VERSIONS["5.7"]=8.0.16
11+
MYSQL_SHELL_VERSIONS["8.0"]=8.0.16
1212

1313
declare -A FULL_SERVER_VERSIONS
1414
FULL_SERVER_VERSIONS["5.6"]="${MYSQL_SERVER_VERSIONS["5.6"]}-${IMAGE_VERSION}"

0 commit comments

Comments
 (0)