diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/icli | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ use Getopt::Long qw/:config bundling/; use Term::ANSIColor; use Term::Size; -my $VERSION = '0.3'; +my $VERSION = '0.4'; my ($cache, $config, $data, $extra); my $config_file = '/var/cache/icinga/objects.cache'; |