diff options
author | Daniel Friesel <derf@finalrewind.org> | 2012-06-01 11:58:04 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2012-06-01 11:58:04 +0200 |
commit | 03d743a2dd881fea1882a1794271c9310d2c1d86 (patch) | |
tree | da7741cf2559e229724bc67b95415bdc1eeacb0e /bin | |
parent | 12374e2c418f8bd2eed9af4ace8eae55ecdfa383 (diff) |
version bump0.42
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/icli | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -14,7 +14,7 @@ use List::MoreUtils qw(any firstval); use Term::ANSIColor; use Term::Size; -our $VERSION = '0.41'; +our $VERSION = '0.42'; my ( $cache, $config, $data, $extra ); my $config_file = '/var/cache/icinga/objects.cache'; @@ -920,7 +920,7 @@ B<icli> [B<-v>|B<-vv>] [B<-z> I<filter>] [B<-h> I<hosts>] [B<-g> I<hostgroups>] =head1 VERSION -version 0.41 +version 0.42 =head1 DESCRIPTION |