From 68b90dc4824e72ad5c6d14990749fbb9bfbcf12b Mon Sep 17 00:00:00 2001 From: BakerNet Date: Wed, 19 Nov 2025 15:59:51 -0500 Subject: [PATCH] v1.6.0 --- README.md | 2 +- tools/cli/main.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8ff95c5..70ff2c3 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ jobs: fetch-depth: 0 - name: 'Codeowners Plus' - uses: multimediallc/codeowners-plus@v1.5.0 + uses: multimediallc/codeowners-plus@v1.6.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 7ede1cf..2b1f790 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.5.1.dev", + Version: "v1.6.1.dev", Description: "", Commands: []*cli.Command{ {