Skip to content

Commit

Permalink
VERSION changed
Browse files Browse the repository at this point in the history
Signed-off-by: dianomicbot <bot@dianomic.com>
  • Loading branch information
dianomicbot committed Oct 17, 2023
1 parent 4901ece commit af58191
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ timestamps {
// Change to corresponding CORE_BRANCH as required
// e.g. FOGL-xxxx, main etc.
sh '''
CORE_BRANCH='develop'
CORE_BRANCH='2.2.0RC'
${HOME}/buildFledge ${CORE_BRANCH} ${WORKSPACE}
'''
}
Expand Down
4 changes: 2 additions & 2 deletions VERSION.north.azure_iot
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
fledge_north_azure_iot_version=2.1.0
fledge_version>=2.1
fledge_north_azure_iot_version=2.2.0
fledge_version>=2.2
2 changes: 1 addition & 1 deletion python/fledge/plugins/north/azure_iot/azure_iot.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def plugin_info():
"""
return {
'name': 'Azure IoT Hub device client',
'version': '2.1.0',
'version': '2.2.0',
'type': 'north',
'interface': '1.0',
'config': _DEFAULT_CONFIG
Expand Down
2 changes: 1 addition & 1 deletion tests/test_azure_iot.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def test_plugin_contract():
def test_plugin_info():
assert azure_iot.plugin_info() == {
'name': 'Azure IoT Hub device client',
'version': '2.1.0',
'version': '2.2.0',
'type': 'north',
'interface': '1.0',
'config': config
Expand Down

0 comments on commit af58191

Please sign in to comment.