constants: use "Enterprise" for enterprise build

This commit is contained in:
Nils Hanke 2023-03-09 17:19:55 +01:00 committed by Nils Hanke
parent 83d10b0e70
commit dc4769d0a0

View File

@ -19,4 +19,4 @@ JmEe5iSLvG1SyQSAew7WdMKF6o9t8e2TFuCkzlOhhlws2OHWbiFZnFWCFw==
const VersionBuild = "Enterprise build; see documentation for license agreement"
// Edition is the edition of the CLI.
const Edition = "Community"
const Edition = "Enterprise"