From 1f0872d201170ba5cebf51a6165d07aefe1f658e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Mon, 6 Sep 2021 23:11:06 -0700 Subject: [PATCH] lean-cli: Update to version 0.25.1 --- bucket/lean-cli.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/lean-cli.json b/bucket/lean-cli.json index 4ceb9cebac..59ce135c57 100644 --- a/bucket/lean-cli.json +++ b/bucket/lean-cli.json @@ -1,16 +1,16 @@ { - "version": "0.25.0", + "version": "0.25.1", "description": "LeanEngine Command Line Tool", "homepage": "https://leancloud.cn/docs/leanengine_cli.html", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/leancloud/lean-cli/releases/download/v0.25.0/lean-windows-x64.exe#/lean.exe", - "hash": "fca27ba635ab324a99651fe948a7740d3afd72f8541921fcb74234b40f0b03b2" + "url": "https://github.com/leancloud/lean-cli/releases/download/v0.25.1/lean-windows-x64.exe#/lean.exe", + "hash": "51c9678c59ac26a53d9edfc887712fe796bf9a6760bac1d9e3bbba0f76306fb5" }, "32bit": { - "url": "https://github.com/leancloud/lean-cli/releases/download/v0.25.0/lean-windows-x86.exe#/lean.exe", - "hash": "53a1e7363e7c1ac9e3c3b631bc5d2972ec0a363cfd78a7c4f1699c5d63845193" + "url": "https://github.com/leancloud/lean-cli/releases/download/v0.25.1/lean-windows-x86.exe#/lean.exe", + "hash": "1834026245d5a51b176d4ec8365fdb0400f7cbe48c66daa3fa8dd2bdb3402b27" } }, "bin": "lean.exe",