diff --git a/README.md b/README.md index 0faa361..3e56467 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ jobs: fetch-depth: 0 - name: 'Codeowners Plus' - uses: multimediallc/codeowners-plus@v1.3.2 + uses: multimediallc/codeowners-plus@v1.5.0 with: github-token: '${{ secrets.GITHUB_TOKEN }}' pr: '${{ github.event.pull_request.number }}' diff --git a/tools/cli/main.go b/tools/cli/main.go index 56c1c53..6e90b6e 100644 --- a/tools/cli/main.go +++ b/tools/cli/main.go @@ -50,7 +50,7 @@ func main() { app := &cli.App{ Name: "codeowners-cli", Usage: "CLI tool for working with .codeowners files", - Version: "v1.3.3.dev", + Version: "v1.5.1.dev", Description: "", Commands: []*cli.Command{ {