X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=lib%2FFile%2FCodeowners.pm;fp=lib%2FFile%2FCodeowners.pm;h=3a03b9b674a8e420763fe4fef2f599f4bb9505b3;hb=a6b5af4adc7ded62e680b82073781028c2e78158;hp=65b0f54e28932990aa0f707f684138cbab424142;hpb=c7fd400a7054264da00dd2b950850848f7c4e590;p=chaz%2Fgit-codeowners diff --git a/lib/File/Codeowners.pm b/lib/File/Codeowners.pm index 65b0f54..3a03b9b 100644 --- a/lib/File/Codeowners.pm +++ b/lib/File/Codeowners.pm @@ -10,7 +10,7 @@ use Path::Tiny; use Scalar::Util qw(openhandle); use Text::Gitignore qw(build_gitignore_matcher); -our $VERSION = '0.44'; # VERSION +our $VERSION = '0.45'; # 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.44 +version 0.45 =head1 METHODS