Skip to content

Commit 3bbd059

Browse files
committed
Update minimum versions
1 parent 0ff6364 commit 3bbd059

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Frontend/src/composables/serviceServiceControl.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ export const monitoringConnectionState = reactive<ConnectionState>({
4141
export const environment = reactive({
4242
monitoring_version: "",
4343
sc_version: "",
44-
minimum_supported_sc_version: "4.33.4",
44+
minimum_supported_sc_version: "6.6.0",
4545
is_compatible_with_sc: true,
46-
sp_version: window.defaultConfig && window.defaultConfig.version ? window.defaultConfig.version : "1.1.0",
46+
sp_version: window.defaultConfig && window.defaultConfig.version ? window.defaultConfig.version : "1.2.0",
4747
supportsArchiveGroups: false,
4848
endpoints_error_url: "",
4949
known_endpoints_url: "",

0 commit comments

Comments
 (0)