Skip to content

Commit

Permalink
raise version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Danijel Tasov committed Dec 6, 2009
1 parent 5caf1c2 commit 8336b5c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES
@@ -1,3 +1,8 @@
v0.2.2
------
* save some CPU cycles
* skip some tests where localtime doesn't behave as expected

v0.2.1
------
* provide an add_output method
Expand Down
2 changes: 1 addition & 1 deletion README
@@ -1,4 +1,4 @@
Nagios::Passive v0.2.1
Nagios::Passive v0.2.2
======================

Nagios::Passive can be used to submit passive check results
Expand Down
2 changes: 1 addition & 1 deletion lib/Nagios/Passive.pm
Expand Up @@ -2,7 +2,7 @@ package Nagios::Passive;
use strict;
use Carp;
require Class::MOP;
use version; our $VERSION = qv('0.2.1');
use version; our $VERSION = qv('0.2.2');

sub create {
my $this = shift;
Expand Down

0 comments on commit 8336b5c

Please sign in to comment.