From 4124d14932d8e68fc73305c430934aaa8087cb89 Mon Sep 17 00:00:00 2001 From: BakerNet Date: Mon, 6 Oct 2025 11:31:11 -0700 Subject: [PATCH] v1.5.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 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{ {