summaryrefslogtreecommitdiff
path: root/lib/Catmandu/Store/DBI/Handler/MySQL.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Catmandu/Store/DBI/Handler/MySQL.pm')
-rw-r--r--lib/Catmandu/Store/DBI/Handler/MySQL.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Catmandu/Store/DBI/Handler/MySQL.pm b/lib/Catmandu/Store/DBI/Handler/MySQL.pm
index e1f832f..726cce7 100644
--- a/lib/Catmandu/Store/DBI/Handler/MySQL.pm
+++ b/lib/Catmandu/Store/DBI/Handler/MySQL.pm
@@ -4,7 +4,7 @@ use Catmandu::Sane;
use Moo;
use namespace::clean;
-our $VERSION = "0.05";
+our $VERSION = "0.0501";
with 'Catmandu::Store::DBI::Handler';