diff --git a/apps/elasticsearch/mode/cluster.pm b/apps/elasticsearch/mode/cluster.pm index 2b445ff9a..ce0e66adf 100644 --- a/apps/elasticsearch/mode/cluster.pm +++ b/apps/elasticsearch/mode/cluster.pm @@ -47,7 +47,7 @@ sub new { my $self = $class->SUPER::new(package => __PACKAGE__, %options); bless $self, $class; - $self->{version} = '1.1'; + $self->{version} = '1.0'; $options{options}->add_options(arguments => { "hostname:s" => { name => 'hostname' }, diff --git a/apps/elasticsearch/plugin.pm b/apps/elasticsearch/plugin.pm index dc675295a..424a27b8d 100644 --- a/apps/elasticsearch/plugin.pm +++ b/apps/elasticsearch/plugin.pm @@ -45,7 +45,7 @@ sub new { bless $self, $class; # $options->{options} = options object - $self->{version} = '0.3'; + $self->{version} = '0.1'; %{$self->{modes}} = ( 'cluster' => 'apps::elasticsearch::mode::cluster', 'nodecount' => 'apps::elasticsearch::mode::nodecount',