Skip to content

Commit

Permalink
incrementing version after release
Browse files Browse the repository at this point in the history
  • Loading branch information
preaction committed Apr 21, 2018
1 parent a88dd04 commit ece7602
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 7 deletions.
2 changes: 2 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ Changelog for Beam-Minion

{{ $NEXT }}

0.014 2018-04-21 10:29:44+02:00 Europe/Oslo

[Fixed]

- Increased Minion dependency to 9 since we rely on some methods for
Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ my %WriteMakefileArgs = (
"Test::Lib" => 0,
"Test::More" => "1.001005"
},
"VERSION" => "0.014",
"VERSION" => "0.015",
"test" => {
"TESTS" => "t/*.t t/command/*.t"
}
Expand Down
2 changes: 1 addition & 1 deletion lib/Beam/Minion.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package Beam::Minion;
our $VERSION = '0.014';
our $VERSION = '0.015';
# ABSTRACT: A distributed task runner for Beam::Wire containers

=head1 SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion lib/Beam/Minion/Command/job.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package Beam::Minion::Command::job;
our $VERSION = '0.014';
our $VERSION = '0.015';
# ABSTRACT: Command to manage minion jobs

=head1 SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion lib/Beam/Minion/Command/run.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package Beam::Minion::Command::run;
our $VERSION = '0.014';
our $VERSION = '0.015';
# ABSTRACT: Command to enqueue a job on Beam::Minion job queue

=head1 SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion lib/Beam/Minion/Command/worker.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package Beam::Minion::Command::worker;
our $VERSION = '0.014';
our $VERSION = '0.015';
# ABSTRACT: Command to run a Beam::Minion worker

=head1 SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion lib/Beam/Minion/Util.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package Beam::Minion::Util;
our $VERSION = '0.014';
our $VERSION = '0.015';
# ABSTRACT: Utility functions for Beam::Minion

=head1 SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion lib/Beam/Runner/Command/minion.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package Beam::Runner::Command::minion;
our $VERSION = '0.014';
our $VERSION = '0.015';
# ABSTRACT: Command for L<beam> to run distributed tasks

=head1 SYNOPSIS
Expand Down

0 comments on commit ece7602

Please sign in to comment.