SEBA-975 cordctl should work with xos 4.x

Change-Id: Ibd64d9eb4a61bc46ec39e971a71a971a82577e01
diff --git a/internal/pkg/config/config.go b/internal/pkg/config/config.go
index 382e0c2..e335bfc 100644
--- a/internal/pkg/config/config.go
+++ b/internal/pkg/config/config.go
@@ -34,7 +34,7 @@
 	OUTPUT_JSON
 	OUTPUT_YAML
 
-	CORE_VERSION_CONSTRAINT = ">= 3, < 4" // Support XOS major version 3
+	CORE_VERSION_CONSTRAINT = ">= 3, < 5" // Support XOS major versions 3 and 4
 )
 
 var CharReplacer = strings.NewReplacer("\\t", "\t", "\\n", "\n")