Skip to content

Commit

Permalink
version++
Browse files Browse the repository at this point in the history
  • Loading branch information
lestrrat committed Oct 19, 2009
1 parent eb20bc8 commit 1f1707a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changes
@@ -1,6 +1,9 @@
Changes
=======

0.00004 - Oct 19 2009
- Fix circular bind dependency for setter injections

0.00003 - Oct 19 2009
- Fix the DSL prototype for bind_value with cascading binds

Expand Down
2 changes: 1 addition & 1 deletion lib/Orochi.pm
Expand Up @@ -10,7 +10,7 @@ use namespace::clean -except => qw(meta);

use constant DEBUG => ($ENV{OROCHI_DEBUG} || 0);

our $VERSION = '0.00003';
our $VERSION = '0.00004';

has prefix => (
is => 'ro',
Expand Down

0 comments on commit 1f1707a

Please sign in to comment.