]> Dogcows Code - chaz/git-codeowners/blobdiff - lib/File/Codeowners.pm
Version 0.43
[chaz/git-codeowners] / lib / File / Codeowners.pm
index e7b23deebded4c7e6bbe5a8e98f0624db98d837f..bdaf64c18c31a2a40bb128605c574ab44acbaaf2 100644 (file)
@@ -10,7 +10,7 @@ use Path::Tiny;
 use Scalar::Util qw(openhandle);
 use Text::Gitignore qw(build_gitignore_matcher);
 
-our $VERSION = '0.42'; # VERSION
+our $VERSION = '0.43'; # VERSION
 
 sub _croak { require Carp; Carp::croak(@_); }
 sub _usage { _croak("Usage: @_\n") }
@@ -354,7 +354,7 @@ File::Codeowners - Read and write CODEOWNERS files
 
 =head1 VERSION
 
-version 0.42
+version 0.43
 
 =head1 METHODS
 
This page took 0.02184 seconds and 4 git commands to generate.