Skip to content

Commit

Permalink
release 0.11015
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthur Axel 'fREW' Schmidt committed Oct 5, 2012
1 parent 5bacf13 commit 83551ff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# ----------------------------------------------------------
# 0.11015 2012-10-05
# ----------------------------------------------------------

* Fix stupid missing version number in SQL::Translator::Schema::Object

# ----------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion lib/SQL/Translator.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package SQL::Translator;
use Moo;
our ( $DEFAULT_SUB, $DEBUG, $ERROR );

our $VERSION = '0.11014';
our $VERSION = '0.11015';
$DEBUG = 0 unless defined $DEBUG;
$ERROR = "";

Expand Down

0 comments on commit 83551ff

Please sign in to comment.