Skip to content

Commit a4b3ebe

Browse files
committed
Bump min version to 6.0.0
1 parent 15238ff commit a4b3ebe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/data_storage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
var CONFIGURATOR = {
44
// all versions are specified and compared using semantic versioning http://semver.org/
5-
'minfirmwareVersionAccepted': '5.0.0',
5+
'minfirmwareVersionAccepted': '6.0.0',
66
'maxFirmwareVersionAccepted': '7.0.0', // Condition is < (lt) so we accept all in 6.x branch
77
'connectionValid': false,
88
'connectionValidCliOnly': false,

0 commit comments

Comments
 (0)