summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/icli6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/icli b/bin/icli
index 3cceb7c..25729e9 100755
--- a/bin/icli
+++ b/bin/icli
@@ -1,5 +1,5 @@
#!/usr/bin/env perl
-## Copyright © 2010 by Daniel Friesel <derf@finalrewind.org>
+## Copyright © 2010-2012 by Daniel Friesel <derf@finalrewind.org>
## License: WTFPL <http://sam.zoy.org/wtfpl>
## 0. You just DO WHAT THE FUCK YOU WANT TO.
use autodie;
@@ -13,7 +13,7 @@ use Getopt::Long qw/:config bundling/;
use Term::ANSIColor;
use Term::Size;
-our $VERSION = '0.4';
+our $VERSION = '0.41';
my ( $cache, $config, $data, $extra );
my $config_file = '/var/cache/icinga/objects.cache';
@@ -880,7 +880,7 @@ B<icli> [B<-v>|B<-vv>] [B<-z> I<filter>] [B<-h> I<hosts>] [B<-g> I<hostgroups>]
=head1 VERSION
-version 0.4
+version 0.41
=head1 DESCRIPTION