Skip to content

Commit

Permalink
Bump versions for 1.1.12 release
Browse files Browse the repository at this point in the history
Change-Id: I2cc4a82961f3d161f7091575a4e86381602fd017
  • Loading branch information
neumayer committed May 31, 2019
1 parent 6ff3f22 commit ae3907c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions VERSION
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
IMAGE_VERSION=1.1.11
IMAGE_VERSION=1.1.12

declare -A MYSQL_SERVER_VERSIONS
MYSQL_SERVER_VERSIONS["5.6"]=5.6.44
MYSQL_SERVER_VERSIONS["5.7"]=5.7.26
MYSQL_SERVER_VERSIONS["8.0"]=8.0.16
MYSQL_SERVER_VERSIONS["5.6"]=5.6.45
MYSQL_SERVER_VERSIONS["5.7"]=5.7.27
MYSQL_SERVER_VERSIONS["8.0"]=8.0.17

declare -A MYSQL_SHELL_VERSIONS
MYSQL_SHELL_VERSIONS["5.6"]=""
Expand Down

0 comments on commit ae3907c

Please sign in to comment.