Skip to content

Commit ef7910d

Browse files
committed
2.0.9
1 parent 93d483d commit ef7910d

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

Changes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Revision history for BioX-Workflow-Command
22

33
{{$NEXT}}
4+
5+
2.0.9 2017-05-08 13:02:46 +04
46
- Added in iterables
57
- Can now defined any_list
68
- And uterate through it using use_anys (pay attention to the s)

META.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
"web" : "https://github.com/jerowe/BioX-Workflow-Command"
111111
}
112112
},
113-
"version" : "2.0.8",
113+
"version" : "2.0.9",
114114
"x_serialization_backend" : "Cpanel::JSON::XS version 3.0225"
115115
}
116116

lib/BioX/Workflow/Command.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package BioX::Workflow::Command;
22

33
use v5.10;
4-
our $VERSION = '2.0.8';
4+
our $VERSION = '2.0.9';
55

66
use MooseX::App qw(Color);
77
use MooseX::Types::Path::Tiny qw/Path/;

0 commit comments

Comments
 (0)