zeebe: Update to version 0.26.0

This commit is contained in:
Jakub Čábera 2021-01-13 07:15:24 +01:00
parent 4f01d19ebb
commit ae73ced260

View File

@ -1,5 +1,5 @@
{ {
"version": "0.25.3", "version": "0.26.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.25.3/zeebe-distribution-0.25.3.zip", "url": "https://github.com/zeebe-io/zeebe/releases/download/0.26.0/zeebe-distribution-0.26.0.zip",
"hash": "sha1:dc999cf6919a51e40090813841d88d1640ba6ebf" "hash": "sha1:66585bfa06ce0770cbe66635f787c4b0ef2ed3bb"
} }
}, },
"extract_dir": "zeebe-broker-0.25.3", "extract_dir": "zeebe-broker-0.26.0",
"bin": [ "bin": [
[ [
"bin\\broker.bat", "bin\\broker.bat",