Skip to content

Commit c2e9ca7

Browse files
committed
Bump version for development
1 parent 3d84991 commit c2e9ca7

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ For any hook in this repo you wish to use, add the following to your pre-commit
1515

1616
```yaml
1717
- repo: https://github.com/homebysix/pre-commit-macadmin
18-
rev: v1.15.0
18+
rev: v1.16.0
1919
hooks:
2020
- id: check-plists
2121
# - id: ...
@@ -139,7 +139,7 @@ When combining arguments that take lists (for example: `--required-keys`, `--cat
139139

140140
```yaml
141141
- repo: https://github.com/homebysix/pre-commit-macadmin
142-
rev: v1.15.0
142+
rev: v1.16.0
143143
hooks:
144144
- id: check-munki-pkgsinfo
145145
args: ['--catalogs', 'testing', 'stable', '--']
@@ -149,7 +149,7 @@ But if you also use the `--categories` argument, you would move the trailing `--
149149

150150
```yaml
151151
- repo: https://github.com/homebysix/pre-commit-macadmin
152-
rev: v1.15.0
152+
rev: v1.16.0
153153
hooks:
154154
- id: check-munki-pkgsinfo
155155
args: ['--catalogs', 'testing', 'stable', '--categories', 'Design', 'Engineering', 'Web Browsers', '--']
@@ -161,7 +161,7 @@ If it looks better to your eye, feel free to use a multi-line list for long argu
161161

162162
```yaml
163163
- repo: https://github.com/homebysix/pre-commit-macadmin
164-
rev: v1.15.0
164+
rev: v1.16.0
165165
hooks:
166166
- id: check-munki-pkgsinfo
167167
args: [

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
name="pre-commit-macadmin",
88
description="Pre-commit hooks for Mac admins, client engineers, and IT consultants.",
99
url="https://github.com/homebysix/pre-commit-macadmin",
10-
version="1.15.0",
10+
version="1.16.0",
1111
author="Elliot Jordan",
1212
author_email="elliot@elliotjordan.com",
1313
packages=["pre_commit_hooks"],

0 commit comments

Comments
 (0)