From adf57d830d06ea9a2418bb4c1ce14428dfdfca3f Mon Sep 17 00:00:00 2001 From: Dave Cross Date: Sat, 2 Sep 2017 19:09:16 +0100 Subject: [PATCH] Bump version for release. --- lib/App/Aphra.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/App/Aphra.pm b/lib/App/Aphra.pm index c1b5063..91835de 100644 --- a/lib/App/Aphra.pm +++ b/lib/App/Aphra.pm @@ -36,7 +36,7 @@ use Getopt::Long; use Carp; use Clone 'clone'; -our $VERSION = '0.0.1'; +our $VERSION = '0.0.2'; has commands => ( isa => 'HashRef',