Skip to content

Commit be07c9d

Browse files
Update mysql to 8.0.39
1 parent 25d0d6d commit be07c9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installation_and_upgrade/ibex_install_utils/tasks/mysql_tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
MYSQL8_INSTALL_DIR = os.path.join(APPS_BASE_DIR, "MySQL")
3737
MYSQL57_INSTALL_DIR = os.path.join("C:\\", "Program Files", "MySQL", "MySQL Server 5.7")
38-
MYSQL_LATEST_VERSION = "8.0.32"
38+
MYSQL_LATEST_VERSION = "8.0.39"
3939
MYSQL_ZIP = os.path.join(
4040
INST_SHARE_AREA,
4141
"kits$",

0 commit comments

Comments
 (0)