]> Dogcows Code - chaz/git-codeowners/blobdiff - bin/git-codeowners
Version 0.50
[chaz/git-codeowners] / bin / git-codeowners
index dbb31f1af692b4fca5aa688e0b68b6593a6688fa..5c2b3eab1530faa283a71c7c4609bd2d95f8b017 100755 (executable)
@@ -10,7 +10,7 @@ use strict;
 
 use App::Codeowners;
 
-our $VERSION = '0.44'; # VERSION
+our $VERSION = '0.50'; # VERSION
 
 App::Codeowners->main(@ARGV);
 
@@ -26,7 +26,7 @@ git-codeowners - A tool for managing CODEOWNERS files
 
 =head1 VERSION
 
-version 0.44
+version 0.50
 
 =head1 SYNOPSIS
 
@@ -120,7 +120,7 @@ Alias: C<-f>
 
 =head2 --shell-completion
 
-    eval "$(lintany --shell-completion)"
+    eval "$(git-codeowners --shell-completion)"
 
 Print shell code to enable completion to C<STDOUT>, and exit.
 
@@ -302,7 +302,7 @@ Charles McGarvey <chazmcgarvey@brokenzipper.com>
 
 =head1 COPYRIGHT AND LICENSE
 
-This software is copyright (c) 2019 by Charles McGarvey.
+This software is copyright (c) 2021 by Charles McGarvey.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.
This page took 0.024888 seconds and 4 git commands to generate.