zeebe: Update to version 0.24.0

This commit is contained in:
Jakub Čábera 2020-07-17 17:41:32 +02:00
parent d67cf1fccd
commit 0b22d2c57c

View File

@ -1,5 +1,5 @@
{ {
"version": "0.23.4", "version": "0.24.0",
"description": "Distributed Workflow Engine for Microservices Orchestration", "description": "Distributed Workflow Engine for Microservices Orchestration",
"homepage": "https://zeebe.io", "homepage": "https://zeebe.io",
"license": { "license": {
@ -14,11 +14,11 @@
}, },
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/zeebe-io/zeebe/releases/download/0.23.4/zeebe-distribution-0.23.4.zip", "url": "https://github.com/zeebe-io/zeebe/releases/download/0.24.0/zeebe-distribution-0.24.0.zip",
"hash": "sha1:d4c435cd7480c6fbcd2ce2e96dc808dd2e1cd997" "hash": "sha1:85c3c4dd5354b55d7f84edb9dc4d5b557b5b618c"
} }
}, },
"extract_dir": "zeebe-broker-0.23.4", "extract_dir": "zeebe-broker-0.24.0",
"bin": [ "bin": [
[ [
"bin\\broker.bat", "bin\\broker.bat",