zeebe: Update to version 0.26.1

This commit is contained in:
Jakub Čábera 2021-02-18 18:25:54 +01:00
parent f678d47cb2
commit 415e022fc0

View File

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