diff --git a/README.md b/README.md index fec013c..365f830 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ jobs: fetch-depth: 0 - name: 'Codeowners Plus' - uses: multimediallc/codeowners-plus@v1.1.1 + uses: multimediallc/codeowners-plus@v1.3.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 43bac8a..5e90d23 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.1.2.dev", + Version: "v1.3.1.dev", Description: "", Commands: []*cli.Command{ {