Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
briandfoy committed Jan 18, 2024
1 parent 1ef8c0e commit b679a68
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/Mojo/Promise/Role/Any.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use Mojo::Base '-role';

use strict;

our $VERSION = '1.005';
our $VERSION = '1.006';

=encoding utf8
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojo/Promise/Role/HigherOrder.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use Mojo::Base '-role';

use strict;

our $VERSION = '1.005';
our $VERSION = '1.006';

=encoding utf8
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojo/Promise/Role/None.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use Mojo::Base '-role';

use strict;

our $VERSION = '1.005';
our $VERSION = '1.006';

=encoding utf8
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojo/Promise/Role/Some.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use Mojo::Base '-role';

use strict;

our $VERSION = '1.005';
our $VERSION = '1.006';

=encoding utf8
Expand Down

0 comments on commit b679a68

Please sign in to comment.