Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Commit

Permalink
Set version to correct version in preparation for release
Browse files Browse the repository at this point in the history
  • Loading branch information
kduyvesteyn committed Jul 22, 2018
1 parent 1dd13cb commit 0a7c440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/HMF/Pipeline.pm
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ use HMF::Pipeline::PipelineCheck;

use parent qw(Exporter);
our @EXPORT_OK = qw(lockRun run);
our $VERSION = 'v4.1';
our $VERSION = 'v4.0';

sub run {
my ($opt) = @_;
Expand Down

0 comments on commit 0a7c440

Please sign in to comment.