Skip to content

Commit

Permalink
bump version to 0.011 for next shot
Browse files Browse the repository at this point in the history
  • Loading branch information
rehsack committed Dec 2, 2014
1 parent 793dbc3 commit 8c1b710
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/MooX/Cmd.pm
Expand Up @@ -3,7 +3,7 @@ package MooX::Cmd;
use strict;
use warnings;

our $VERSION = "0.010";
our $VERSION = "0.011";

use Package::Stash;

Expand Down
2 changes: 1 addition & 1 deletion lib/MooX/Cmd/Role.pm
Expand Up @@ -3,7 +3,7 @@ package MooX::Cmd::Role;
use strict;
use warnings;

our $VERSION = "0.010";
our $VERSION = "0.011";

use Moo::Role;

Expand Down

0 comments on commit 8c1b710

Please sign in to comment.