Skip to content

Commit 95a7838

Browse files
authored
v1.6.0 (#79)
1 parent 0c25c58 commit 95a7838

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.5.0
95+
uses: multimediallc/codeowners-plus@v1.6.0
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
@@ -50,7 +50,7 @@ func main() {
5050
app := &cli.App{
5151
Name: "codeowners-cli",
5252
Usage: "CLI tool for working with .codeowners files",
53-
Version: "v1.5.1.dev",
53+
Version: "v1.6.1.dev",
5454
Description: "",
5555
Commands: []*cli.Command{
5656
{

0 commit comments

Comments
 (0)