From 7e22a57757a1d389786e62815a3f23523953efb2 Mon Sep 17 00:00:00 2001 From: Flavio Poletti Date: Tue, 17 Apr 2018 09:47:38 +0200 Subject: [PATCH] Bump version of deployable --- bundle/deployable | 2 +- deployable | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bundle/deployable b/bundle/deployable index c238d24..85df955 100755 --- a/bundle/deployable +++ b/bundle/deployable @@ -2,7 +2,7 @@ use strict; use warnings; use Carp; -use version; our $VERSION = qv('0.1.1'); +use version; our $VERSION = qv('0.1.2'); use Fatal qw( close ); use Pod::Usage qw( pod2usage ); use Getopt::Long qw( :config gnu_getopt ); diff --git a/deployable b/deployable index b265dee..8bffbbc 100755 --- a/deployable +++ b/deployable @@ -2,7 +2,7 @@ use strict; use warnings; use Carp; -use version; our $VERSION = qv('0.1.1'); +use version; our $VERSION = qv('0.1.2'); use Fatal qw( close ); use Pod::Usage qw( pod2usage ); use Getopt::Long qw( :config gnu_getopt ); -- 2.11.4.GIT