From 76ee8c82773e685d3a2dc749917140ad2469bcfc Mon Sep 17 00:00:00 2001 From: BakerNet Date: Wed, 20 May 2026 11:50:13 -0700 Subject: [PATCH] v1.9.1 --- README.md | 2 +- tools/cli/main.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f9dc06d..e98568b 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ jobs: fetch-depth: 0 - name: 'Codeowners Plus' - uses: multimediallc/codeowners-plus@v1.9.0 + uses: multimediallc/codeowners-plus@v1.9.1 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 fc69b26..381baed 100644 --- a/tools/cli/main.go +++ b/tools/cli/main.go @@ -51,7 +51,7 @@ func main() { app := &cli.Command{ Name: "codeowners-cli", Usage: "CLI tool for working with .codeowners files", - Version: "v1.9.1.dev", + Version: "v1.9.2.dev", Description: "", Commands: []*cli.Command{ {