diff options
author | Daniel Friesel <derf@finalrewind.org> | 2014-06-13 22:06:16 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2014-06-13 22:06:16 +0200 |
commit | 36218328fbb8eccbef2d10852676b8f086704626 (patch) | |
tree | c8f5cba1938108d1997055e1fe4b240ee5af22e9 /bin/icli | |
parent | aa86dd2d9cd15b2cccf0aa0285139aa56cd33f18 (diff) |
version bump0.48
Diffstat (limited to 'bin/icli')
-rwxr-xr-x | bin/icli | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -19,7 +19,7 @@ use POSIX qw(strftime); use Term::ANSIColor; use Term::Size; -our $VERSION = '0.47'; +our $VERSION = '0.48'; my ( $cache, $config, $data, $extra ); my $config_file = App::Icli::ConfigData->config('object_file'); @@ -1256,7 +1256,7 @@ B<icli> [B<-v>|B<-vv>|B<-vvv>] [B<-z> I<filter>] [B<-h> I<hosts>] [B<-g> I<hostg =head1 VERSION -version 0.47 +version 0.48 =head1 DESCRIPTION |