summaryrefslogtreecommitdiff
path: root/lib/Catmandu/Store/DBI/Handler.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Catmandu/Store/DBI/Handler.pm')
-rw-r--r--lib/Catmandu/Store/DBI/Handler.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Catmandu/Store/DBI/Handler.pm b/lib/Catmandu/Store/DBI/Handler.pm
index 823c3ff..4fad2de 100644
--- a/lib/Catmandu/Store/DBI/Handler.pm
+++ b/lib/Catmandu/Store/DBI/Handler.pm
@@ -4,7 +4,7 @@ use Catmandu::Sane;
use Moo::Role;
use namespace::clean;
-our $VERSION = "0.12";
+our $VERSION = "0.13";
requires 'create_table';
requires 'add_row';