diff options
-rwxr-xr-x | bin/icli | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ use Date::Format; use Getopt::Long qw/:config bundling/; use Term::ANSIColor; -my $VERSION = '0.1+git'; +my $VERSION = '0.1'; my ($cache, $config, $data, $extra); my $config_file = '/var/cache/icinga/objects.cache'; |