diff --git a/app/Libraries/Utils.php b/app/Libraries/Utils.php index 448ca17bb0fc..a67e15dc99b9 100644 --- a/app/Libraries/Utils.php +++ b/app/Libraries/Utils.php @@ -186,7 +186,7 @@ class Utils $response = new stdClass(); $response->message = isset($_ENV["{$userType}_MESSAGE"]) ? $_ENV["{$userType}_MESSAGE"] : ''; $response->id = isset($_ENV["{$userType}_ID"]) ? $_ENV["{$userType}_ID"] : ''; - $response->version = env('NINJA_SELF_HOST_VERSION', NINJA_VERSION); + $response->version = NINJA_VERSION; return $response; }