zeebe: Update to version 0.24.1

This commit is contained in:
Jakub Čábera 2020-07-29 09:38:49 +02:00
parent e924f283f7
commit 75cc0a13c1

View File

@ -1,5 +1,5 @@
{ {
"version": "0.24.0", "version": "0.24.1",
"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.24.0/zeebe-distribution-0.24.0.zip", "url": "https://github.com/zeebe-io/zeebe/releases/download/0.24.1/zeebe-distribution-0.24.1.zip",
"hash": "sha1:85c3c4dd5354b55d7f84edb9dc4d5b557b5b618c" "hash": "sha1:b70ac821d072d008806be219c11ba8eddd5ac905"
} }
}, },
"extract_dir": "zeebe-broker-0.24.0", "extract_dir": "zeebe-broker-0.24.1",
"bin": [ "bin": [
[ [
"bin\\broker.bat", "bin\\broker.bat",