From 618da0a405df1dc8870ca724fd04a39f10458b97 Mon Sep 17 00:00:00 2001 From: Mikael Nordin Date: Wed, 28 Nov 2018 12:37:22 +0100 Subject: [PATCH] Update version again --- META.json | 12 ++++++------ META.yml | 12 ++++++------ bin/check_nrpe.pl | 2 +- bin/nrpe-server.pl | 2 +- lib/Nagios/NRPE.pm | 2 +- lib/Nagios/NRPE/Client.pm | 2 +- lib/Nagios/NRPE/Daemon.pm | 2 +- lib/Nagios/NRPE/Packet.pm | 2 +- lib/Nagios/NRPE/Utils.pm | 2 +- 9 files changed, 19 insertions(+), 19 deletions(-) diff --git a/META.json b/META.json index e5d83ce..591039b 100644 --- a/META.json +++ b/META.json @@ -54,23 +54,23 @@ "provides" : { "Nagios::NRPE" : { "file" : "lib/Nagios/NRPE.pm", - "version" : "v2.0.5" + "version" : "v2.0.6" }, "Nagios::NRPE::Client" : { "file" : "lib/Nagios/NRPE/Client.pm", - "version" : "v2.0.5" + "version" : "v2.0.6" }, "Nagios::NRPE::Daemon" : { "file" : "lib/Nagios/NRPE/Daemon.pm", - "version" : "v2.0.5" + "version" : "v2.0.6" }, "Nagios::NRPE::Packet" : { "file" : "lib/Nagios/NRPE/Packet.pm", - "version" : "v2.0.5" + "version" : "v2.0.6" }, "Nagios::NRPE::Utils" : { "file" : "lib/Nagios/NRPE/Utils.pm", - "version" : "v2.0.5" + "version" : "v2.0.6" } }, "release_status" : "stable", @@ -84,5 +84,5 @@ "url" : "git://github.com/stockholmuniversity/nagios-nrpe.git" } }, - "version" : "v2.0.5" + "version" : "v2.0.6" } diff --git a/META.yml b/META.yml index 16086d9..96d0c42 100644 --- a/META.yml +++ b/META.yml @@ -26,19 +26,19 @@ no_index: provides: Nagios::NRPE: file: lib/Nagios/NRPE.pm - version: v2.0.5 + version: v2.0.6 Nagios::NRPE::Client: file: lib/Nagios/NRPE/Client.pm - version: v2.0.5 + version: v2.0.6 Nagios::NRPE::Daemon: file: lib/Nagios/NRPE/Daemon.pm - version: v2.0.5 + version: v2.0.6 Nagios::NRPE::Packet: file: lib/Nagios/NRPE/Packet.pm - version: v2.0.5 + version: v2.0.6 Nagios::NRPE::Utils: file: lib/Nagios/NRPE/Utils.pm - version: v2.0.5 + version: v2.0.6 requires: Convert::Binary::C: 0 Digest::CRC: 0 @@ -54,4 +54,4 @@ resources: homepage: http://github.com/stockholmuniversity/nagios-nrpe license: http://dev.perl.org/licenses/ repository: git://github.com/stockholmuniversity/nagios-nrpe.git -version: v2.0.5 +version: v2.0.6 diff --git a/bin/check_nrpe.pl b/bin/check_nrpe.pl index 54f6a1e..02dd2be 100755 --- a/bin/check_nrpe.pl +++ b/bin/check_nrpe.pl @@ -79,7 +79,7 @@ =head1 COPYRIGHT AND LICENSE use Data::Dumper; use Nagios::NRPE::Client; -our $VERSION = '2.0.5'; +our $VERSION = '2.0.6'; my ( $arglist, $bindaddr, $check, $host, $ipv4, $cipherlist, diff --git a/bin/nrpe-server.pl b/bin/nrpe-server.pl index f2eaa85..5200b49 100755 --- a/bin/nrpe-server.pl +++ b/bin/nrpe-server.pl @@ -43,7 +43,7 @@ =head1 COPYRIGHT AND LICENSE use Nagios::NRPE::Packet qw(STATE_UNKNOWN); use threads; -our $VERSION = '2.0.5'; +our $VERSION = '2.0.6'; use constant {NRPE_CONF_DIR => '/etc/nagios'}; my ($listen_cmd, $port_cmd, $config_cmd, $pid_cmd, $ssl_cmd, $adh_cmd); diff --git a/lib/Nagios/NRPE.pm b/lib/Nagios/NRPE.pm index 1657ab3..5d301a8 100644 --- a/lib/Nagios/NRPE.pm +++ b/lib/Nagios/NRPE.pm @@ -63,6 +63,6 @@ package Nagios::NRPE; use strict; use warnings; -our $VERSION = '2.0.5'; +our $VERSION = '2.0.6'; 1; diff --git a/lib/Nagios/NRPE/Client.pm b/lib/Nagios/NRPE/Client.pm index fd2ae04..2a0aed3 100644 --- a/lib/Nagios/NRPE/Client.pm +++ b/lib/Nagios/NRPE/Client.pm @@ -30,7 +30,7 @@ the same terms as the Perl 5 programming language system itself. package Nagios::NRPE::Client; -our $VERSION = '2.0.5'; +our $VERSION = '2.0.6'; use 5.010_000; diff --git a/lib/Nagios/NRPE/Daemon.pm b/lib/Nagios/NRPE/Daemon.pm index b6b39ee..e486fec 100644 --- a/lib/Nagios/NRPE/Daemon.pm +++ b/lib/Nagios/NRPE/Daemon.pm @@ -59,7 +59,7 @@ and hooks in case you want to build your own NRPE Server. package Nagios::NRPE::Daemon; -our $VERSION = '2.0.5'; +our $VERSION = '2.0.6'; use 5.010_000; diff --git a/lib/Nagios/NRPE/Packet.pm b/lib/Nagios/NRPE/Packet.pm index 3d88ac5..6bf32f1 100644 --- a/lib/Nagios/NRPE/Packet.pm +++ b/lib/Nagios/NRPE/Packet.pm @@ -186,7 +186,7 @@ the same terms as the Perl 5 programming language system itself. package Nagios::NRPE::Packet; -our $VERSION = '2.0.5'; +our $VERSION = '2.0.6'; use 5.010_000; require Exporter; diff --git a/lib/Nagios/NRPE/Utils.pm b/lib/Nagios/NRPE/Utils.pm index 2164c26..72dd853 100644 --- a/lib/Nagios/NRPE/Utils.pm +++ b/lib/Nagios/NRPE/Utils.pm @@ -32,7 +32,7 @@ Create a hash with the specified error message using this format package Nagios::NRPE::Utils; -our $VERSION = '2.0.5'; +our $VERSION = '2.0.6'; use strict; use warnings; require Exporter;