zeebe: Update to version 0.23.4

This commit is contained in:
Jakub Čábera 2020-07-09 09:10:58 +02:00
parent 837fb70bb2
commit 5bd95f73e6

View File

@ -1,5 +1,5 @@
{ {
"version": "0.20.3", "version": "0.23.4",
"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.20.3/zeebe-distribution-0.20.3.zip", "url": "https://github.com/zeebe-io/zeebe/releases/download/0.23.4/zeebe-distribution-0.23.4.zip",
"hash": "sha1:245c013f50cac312879323992ff45e9ed5c70a7f" "hash": "sha1:d4c435cd7480c6fbcd2ce2e96dc808dd2e1cd997"
} }
}, },
"extract_dir": "zeebe-broker-0.20.3", "extract_dir": "zeebe-broker-0.23.4",
"bin": [ "bin": [
[ [
"bin\\broker.bat", "bin\\broker.bat",