From 5c642698c3818faa78d777f9da69535bd2c9719b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 04:28:12 +0000 Subject: [PATCH] mysql-shell: Update to version 9.0.1 --- bucket/mysql-shell.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/mysql-shell.json b/bucket/mysql-shell.json index 6057c17dde..eb8f7e3e6d 100644 --- a/bucket/mysql-shell.json +++ b/bucket/mysql-shell.json @@ -1,5 +1,5 @@ { - "version": "9.0.0", + "version": "9.0.1", "description": "Advanced client and code editor for MySQL", "homepage": "https://dev.mysql.com/downloads/shell/#info-tab", "license": "GPL-2.0-only", @@ -8,8 +8,8 @@ }, "architecture": { "64bit": { - "url": "https://dev.mysql.com/get/Downloads/MySQL-Shell/mysql-shell-9.0.0-windows-x86-64bit.msi", - "hash": "md5:f3dea01b8030ff48a8c01fdae9ef58c4", + "url": "https://dev.mysql.com/get/Downloads/MySQL-Shell/mysql-shell-9.0.1-windows-x86-64bit.msi", + "hash": "md5:a687702909a5d50f4710ea43173c8029", "extract_dir": "PFiles64\\MySQL\\MySQL Shell 9.0" } },