From ee95bfb6fd62fcb1a417f0ac83469f50c0d6b6a9 Mon Sep 17 00:00:00 2001 From: Yonathan Negussie Mengesha Date: Tue, 26 Mar 2024 15:24:03 +0100 Subject: [PATCH] Update azuredeploy.json Update default version --- arm-quickstart-templates/hivemq-vm-cluster/azuredeploy.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arm-quickstart-templates/hivemq-vm-cluster/azuredeploy.json b/arm-quickstart-templates/hivemq-vm-cluster/azuredeploy.json index b9d4c8c..a69457e 100644 --- a/arm-quickstart-templates/hivemq-vm-cluster/azuredeploy.json +++ b/arm-quickstart-templates/hivemq-vm-cluster/azuredeploy.json @@ -37,7 +37,7 @@ }, "hivemqVersion": { "type": "string", - "defaultValue": "4.26.0", + "defaultValue": "4.27.0", "metadata": { "description": "The HiveMQ Version" }