Skip to content

Commit 21b948d

Browse files
authored
v1.9.1 (#133)
1 parent 17f39bf commit 21b948d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
fetch-depth: 0
9393

9494
- name: 'Codeowners Plus'
95-
uses: multimediallc/codeowners-plus@v1.9.0
95+
uses: multimediallc/codeowners-plus@v1.9.1
9696
with:
9797
github-token: '${{ secrets.GITHUB_TOKEN }}'
9898
pr: '${{ github.event.pull_request.number }}'

tools/cli/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ func main() {
5151
app := &cli.Command{
5252
Name: "codeowners-cli",
5353
Usage: "CLI tool for working with .codeowners files",
54-
Version: "v1.9.1.dev",
54+
Version: "v1.9.2.dev",
5555
Description: "",
5656
Commands: []*cli.Command{
5757
{

0 commit comments

Comments
 (0)