Skip to content

Commit 00ba2d4

Browse files
github-actions[bot]github-actionsouphi
authored
Update the default LoRaWAN Starter Kit version to use in Bicep with version 2.2.1. (#1967)
Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: Ophélie Le Mentec <17216799+ouphi@users.noreply.github.com>
1 parent 61a5ee8 commit 00ba2d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TemplateBicep/main.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ param useDiscoveryService bool = false
3737
param gitUsername string = 'Azure'
3838

3939
@description('The LoRaWAN Starter Kit version to use.')
40-
param version string = '2.2.0'
40+
param version string = '2.2.1'
4141

4242
@description('The location of the cli tool to be used for device provisioning.')
4343
param loraCliUrl string = 'https://github.com/Azure/iotedge-lorawan-starterkit/releases/download/v${version}/lora-cli.linux-musl-x64.tar.gz'

0 commit comments

Comments
 (0)