From e9fd5ce57c716bad1f4a6d96a978d1b037bd6d98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Thu, 10 Jun 2021 03:54:02 -0700 Subject: [PATCH] lean-cli: Update to version 0.25.0 --- 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 fe820fbe1c..4ceb9cebac 100644 --- a/bucket/lean-cli.json +++ b/bucket/lean-cli.json @@ -1,16 +1,16 @@ { - "version": "0.24.4", + "version": "0.25.0", "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.24.4/lean-windows-x64.exe#/lean.exe", - "hash": "72a1d9285f73bd7f2e6b97fa80e8142c400301577560c28da52dda8cdc30720f" + "url": "https://github.com/leancloud/lean-cli/releases/download/v0.25.0/lean-windows-x64.exe#/lean.exe", + "hash": "fca27ba635ab324a99651fe948a7740d3afd72f8541921fcb74234b40f0b03b2" }, "32bit": { - "url": "https://github.com/leancloud/lean-cli/releases/download/v0.24.4/lean-windows-x86.exe#/lean.exe", - "hash": "b11f0026cce2450ee1f4dc983978825eb14391aeb99a3e16a09a04f01da64b2b" + "url": "https://github.com/leancloud/lean-cli/releases/download/v0.25.0/lean-windows-x86.exe#/lean.exe", + "hash": "53a1e7363e7c1ac9e3c3b631bc5d2972ec0a363cfd78a7c4f1699c5d63845193" } }, "bin": "lean.exe",