release 0.11013_03 v0.11013_03
Arthur Axel 'fREW' Schmidt [Wed, 26 Sep 2012 00:10:18 +0000 (19:10 -0500)]
Changes
lib/SQL/Translator.pm

diff --git a/Changes b/Changes
index ade4d54..9006dec 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,7 @@
+# ----------------------------------------------------------
+# 0.11013_03 2012-09-25
+# ----------------------------------------------------------
+
 * Remove SQL::Translator::Schema::Graph as announced in 0.11011
 * Remove a number of no longer needed deps
 
index 988e117..aa240c7 100644 (file)
@@ -3,7 +3,7 @@ package SQL::Translator;
 use Moo;
 our ( $DEFAULT_SUB, $DEBUG, $ERROR );
 
-our $VERSION  = '0.11013_02';
+our $VERSION  = '0.11013_03';
 $DEBUG    = 0 unless defined $DEBUG;
 $ERROR    = "";