summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2010-11-08 19:31:40 +0100
committerDaniel Friesel <derf@finalrewind.org>2010-11-08 19:31:57 +0100
commit74fd74de5724dae4d7ba399b06cde9c1be9604e1 (patch)
treee63bef9c19f4ff37d6677d7f4311e3dea448a5d1 /bin
parent0a50281e824d77e77fa7257645e6874909a6f078 (diff)
About time for a version bump0.2
Diffstat (limited to 'bin')
-rwxr-xr-xbin/icli2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/icli b/bin/icli
index c516e1b..85c2101 100755
--- a/bin/icli
+++ b/bin/icli
@@ -11,7 +11,7 @@ use Date::Format;
use Getopt::Long qw/:config bundling/;
use Term::ANSIColor;
-my $VERSION = '0.1';
+my $VERSION = '0.2';
my ($cache, $config, $data, $extra);
my $config_file = '/var/cache/icinga/objects.cache';