mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-26 23:24:27 +02:00
Refs #6339 - Change versioning
This commit is contained in:
parent
05bd50908b
commit
74bfefabb8
@ -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' },
|
||||
|
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user