summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTatsuhiko Miyagawa <miyagawa@bulknews.net>2015-04-20 00:07:43 +0200
committerTatsuhiko Miyagawa <miyagawa@bulknews.net>2015-04-20 00:07:43 +0200
commita5d9b9e5f08f736ade245e4515d026b6b8017f8c (patch)
tree1ad12bdd4d2c0ed9e8cf053c19ec21cc8443e7af /lib
parent5e0c893f0953089a523e005b50de5d7ea2d7b242 (diff)
downloadcarton-a5d9b9e5f08f736ade245e4515d026b6b8017f8c.tar.gz
v1.0.14v1.0.14
Diffstat (limited to 'lib')
-rw-r--r--lib/Carton.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Carton.pm b/lib/Carton.pm
index 0e06773..0e6eb53 100644
--- a/lib/Carton.pm
+++ b/lib/Carton.pm
@@ -1,7 +1,7 @@
package Carton;
use strict;
use 5.008_005;
-use version; our $VERSION = version->declare("v1.0.13");
+use version; our $VERSION = version->declare("v1.0.14");
1;
__END__