diff --git a/Changes b/Changes index d9e7c21..94d8a95 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,4 @@ -0.002 +0.002 2019-04-09 - small performance improvements 0.001 2019-04-09 diff --git a/lib/SQL/Abstract/Prefetch.pm b/lib/SQL/Abstract/Prefetch.pm index c8f2af8..a515fbb 100644 --- a/lib/SQL/Abstract/Prefetch.pm +++ b/lib/SQL/Abstract/Prefetch.pm @@ -1,6 +1,6 @@ package SQL::Abstract::Prefetch; -our $VERSION = '0.001'; +our $VERSION = '0.002'; =head1 NAME