Commit 2cd650ec authored by Dietmar Maurer's avatar Dietmar Maurer

API: return correct version (instead of 4.0Beta)

parent 76281be8
...@@ -106,7 +106,6 @@ __PACKAGE__->register_method ({ ...@@ -106,7 +106,6 @@ __PACKAGE__->register_method ({
foreach my $k (qw(version release repoid)) { foreach my $k (qw(version release repoid)) {
$res->{$k} = $vi->{$k}; $res->{$k} = $vi->{$k};
} }
$res->{version} = "4.0Beta";
return $res; return $res;
}}); }});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment