Skip to content

Commit

Permalink
updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
sni committed May 30, 2012
1 parent 0cf51f4 commit 1fed4f8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ requires:
perl: 5.8.0
resources:
license: http://dev.perl.org/licenses/
version: 0.37_1
version: 0.37_2
2 changes: 1 addition & 1 deletion MYMETA.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@
"http://dev.perl.org/licenses/"
]
},
"version" : "0.37_1"
"version" : "0.37_2"
}
2 changes: 1 addition & 1 deletion MYMETA.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ requires:
perl: 5.008
resources:
license: http://dev.perl.org/licenses/
version: 0.37_1
version: 0.37_2
2 changes: 1 addition & 1 deletion lib/Monitoring/Availability.pm
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use Carp;
use POSIX qw(strftime mktime);
use Monitoring::Availability::Logs;

our $VERSION = '0.37_1';
our $VERSION = '0.37_2';


=head1 NAME
Expand Down

0 comments on commit 1fed4f8

Please sign in to comment.