Refs #6339 - Change versioning

This commit is contained in:
Mathieu Cinquin 2015-04-16 09:30:34 +02:00
parent 05bd50908b
commit 74bfefabb8
2 changed files with 2 additions and 2 deletions

View File

@ -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' },

View File

@ -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',