We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a6727a commit f34313bCopy full SHA for f34313b
src/js/data_storage.js
@@ -8,7 +8,7 @@ export const API_VERSION_1_48 = "1.48.0";
8
const CONFIGURATOR = {
9
// all versions are specified and compared using semantic versioning http://semver.org/
10
API_VERSION_ACCEPTED: API_VERSION_1_44,
11
- API_VERSION_MAX_SUPPORTED: API_VERSION_1_46,
+ API_VERSION_MAX_SUPPORTED: API_VERSION_1_48,
12
13
connectionValid: false,
14
connectionValidCliOnly: false,
0 commit comments