Skip to content

Commit f34313b

Browse files
committed
Oops - revert testing
1 parent 8a6727a commit f34313b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/data_storage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export const API_VERSION_1_48 = "1.48.0";
88
const CONFIGURATOR = {
99
// all versions are specified and compared using semantic versioning http://semver.org/
1010
API_VERSION_ACCEPTED: API_VERSION_1_44,
11-
API_VERSION_MAX_SUPPORTED: API_VERSION_1_46,
11+
API_VERSION_MAX_SUPPORTED: API_VERSION_1_48,
1212

1313
connectionValid: false,
1414
connectionValidCliOnly: false,

0 commit comments

Comments
 (0)