summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2014-06-13 22:06:16 +0200
committerDaniel Friesel <derf@finalrewind.org>2014-06-13 22:06:16 +0200
commit36218328fbb8eccbef2d10852676b8f086704626 (patch)
treec8f5cba1938108d1997055e1fe4b240ee5af22e9
parentaa86dd2d9cd15b2cccf0aa0285139aa56cd33f18 (diff)
version bump0.48
-rw-r--r--Changelog2
-rwxr-xr-xbin/icli4
-rw-r--r--lib/App/Icli.pm4
3 files changed, 5 insertions, 5 deletions
diff --git a/Changelog b/Changelog
index efbac97..16a3e30 100644
--- a/Changelog
+++ b/Changelog
@@ -1,4 +1,4 @@
-git HEAD
+App::Icli 0.48 - Fri Jun 13 2014
* New dependencies: DateTime, DateTime::Format::Strptime, DateTime::TimeZone
* NOT BACKWARDS COMPATIBLE: Add -a/--action option to invoke generic
diff --git a/bin/icli b/bin/icli
index 414c3de..cda0319 100755
--- a/bin/icli
+++ b/bin/icli
@@ -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
diff --git a/lib/App/Icli.pm b/lib/App/Icli.pm
index fdd4443..646dca3 100644
--- a/lib/App/Icli.pm
+++ b/lib/App/Icli.pm
@@ -4,7 +4,7 @@ use strict;
use warnings;
use 5.010;
-our $VERSION = '0.47';
+our $VERSION = '0.48';
1;
@@ -20,7 +20,7 @@ None.
=head1 VERSION
-version 0.47
+version 0.48
=head1 DESCRIPTION