summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTatsuhiko Miyagawa <miyagawa@bulknews.net>2015-04-19 19:38:50 +0200
committerTatsuhiko Miyagawa <miyagawa@bulknews.net>2015-04-19 19:38:50 +0200
commit76c4c3c2d4989b8d07c0d5c734806e08f34d3936 (patch)
treef7ff0ec34c70e7308162551258d0e7bd98d2af04 /lib
parent675e23024b461da0795684226fc7d00cbeeac42d (diff)
downloadcarton-76c4c3c2d4989b8d07c0d5c734806e08f34d3936.tar.gz
v1.0.13v1.0.13
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 e9d7b1e..0e06773 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.12");
+use version; our $VERSION = version->declare("v1.0.13");
1;
__END__