]> Dogcows Code - chaz/git-codeowners/blobdiff - bin/git-codeowners
Version 0.48
[chaz/git-codeowners] / bin / git-codeowners
index 4436ef7e8b60a47bb2c04154d2503b642bc02475..178f874cb8e8d98d00cf5ae85bd753309a5938be 100755 (executable)
@@ -10,7 +10,7 @@ use strict;
 
 use App::Codeowners;
 
-our $VERSION = '0.43'; # VERSION
+our $VERSION = '0.48'; # VERSION
 
 App::Codeowners->main(@ARGV);
 
@@ -26,7 +26,7 @@ git-codeowners - A tool for managing CODEOWNERS files
 
 =head1 VERSION
 
-version 0.43
+version 0.48
 
 =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.
 
This page took 0.021747 seconds and 4 git commands to generate.