release 0.011018 🎃 v0.011018 v0.11018
Arthur Axel 'fREW' Schmidt [Thu, 31 Oct 2013 13:58:32 +0000 (08:58 -0500)]
Changes
lib/SQL/Translator.pm

diff --git a/Changes b/Changes
index 8ed52c6..64ce0c6 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
 Changes for SQL::Translator
 
+0.11018 2013-10-31 ðŸŽƒ
+
  * Revert "Fix AUTOINCREMENT in SQLite"
 
 0.11017 2013-10-30
index a7d4850..5169b8b 100644 (file)
@@ -3,7 +3,7 @@ package SQL::Translator;
 use Moo;
 our ( $DEFAULT_SUB, $DEBUG, $ERROR );
 
-our $VERSION  = '0.11017';
+our $VERSION  = '0.11018';
 $DEBUG    = 0 unless defined $DEBUG;
 $ERROR    = "";