summaryrefslogtreecommitdiff
path: root/lib/Catmandu/Store/DBI/Handler/Pg.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Catmandu/Store/DBI/Handler/Pg.pm')
-rw-r--r--lib/Catmandu/Store/DBI/Handler/Pg.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Catmandu/Store/DBI/Handler/Pg.pm b/lib/Catmandu/Store/DBI/Handler/Pg.pm
index 0f1e82a..eb9fdb8 100644
--- a/lib/Catmandu/Store/DBI/Handler/Pg.pm
+++ b/lib/Catmandu/Store/DBI/Handler/Pg.pm
@@ -5,7 +5,7 @@ use DBD::Pg ();
use Moo;
use namespace::clean;
-our $VERSION = "0.12";
+our $VERSION = "0.13";
with 'Catmandu::Store::DBI::Handler';