diff --git a/PVE/API2.pm b/PVE/API2.pm index ba73c2346..38baf1335 100644 --- a/PVE/API2.pm +++ b/PVE/API2.pm @@ -106,7 +106,6 @@ __PACKAGE__->register_method ({ foreach my $k (qw(version release repoid)) { $res->{$k} = $vi->{$k}; } - $res->{version} = "4.0Beta"; return $res; }});