diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2010-07-29 16:41:41 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2010-07-29 16:41:41 +0200 |
commit | 39a23d0ef9bea418d7e3b9be625d593b75628fce (patch) | |
tree | 1ba4c76b68654ada77166300f8d723de6373ee6c /bin | |
parent | 1ccf35eefc9fb507bbff0591225427655eb07684 (diff) |
Release v0.10.1
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/icli | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ use 5.010; use Getopt::Long qw/:config bundling/; use Term::ANSIColor; -my $version = '0.0+git'; +my $version = '0.1+git'; my ($cache, $config, $data, $extra); my $config_file = '/var/cache/icinga/objects.cache'; |