Bump version for release
This commit is contained in:
parent
d5485640fe
commit
403e46d5c5
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ use warnings;
|
|||
use Carp;
|
||||
use Moose;
|
||||
|
||||
our $VERSION = 'v1.0.0';
|
||||
our $VERSION = 'v1.0.1';
|
||||
|
||||
has file => ( is => 'ro', isa => 'Str', required => 1 );
|
||||
has name => ( is => 'rw', isa => 'Str' );
|
||||
|
|
Loading…
Add table
Reference in a new issue