zeebe: Update to version 1.0.2

This commit is contained in:
Jakub Čábera 2021-07-12 08:17:04 -07:00
parent 3e0485fefe
commit f343c24017

View File

@ -1,5 +1,5 @@
{ {
"version": "1.0.1", "version": "1.0.2",
"description": "Distributed Workflow Engine for Microservices Orchestration", "description": "Distributed Workflow Engine for Microservices Orchestration",
"homepage": "https://camunda.com/products/cloud/workflow-engine/", "homepage": "https://camunda.com/products/cloud/workflow-engine/",
"license": { "license": {
@ -11,11 +11,11 @@
}, },
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/camunda-cloud/zeebe/releases/download/1.0.1/camunda-cloud-zeebe-1.0.1.zip", "url": "https://github.com/camunda-cloud/zeebe/releases/download/1.0.2/camunda-cloud-zeebe-1.0.2.zip",
"hash": "sha1:58469b8e58d10230b5cfdf13f9f3ce483dd36838" "hash": "sha1:1c94897a29e2937b66fabdf5849d9745530ee804"
} }
}, },
"extract_dir": "camunda-cloud-zeebe-1.0.1", "extract_dir": "camunda-cloud-zeebe-1.0.2",
"bin": [ "bin": [
[ [
"bin\\broker.bat", "bin\\broker.bat",