Skip to content

Commit

Permalink
Merge pull request #210 from stepchowfun/install-v1.9.0
Browse files Browse the repository at this point in the history
Install v1.9.0 by default
  • Loading branch information
stepchowfun committed Feb 21, 2024
2 parents a80b2c7 + 3b46a8b commit 634b996
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ If you use [pre-commit](https://pre-commit.com/), you can install Tagref by addi
```yaml
repos:
- repo: https://github.com/stepchowfun/tagref
rev: v1.8.5
rev: v1.9.0
hooks:
- id: tagref
```
Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
DESTINATION="${PREFIX:-/usr/local/bin}/tagref"

# Which version to download
RELEASE="v${VERSION:-1.8.5}"
RELEASE="v${VERSION:-1.9.0}"

# Determine which binary to download.
FILENAME=''
Expand Down
2 changes: 1 addition & 1 deletion tagref.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 634b996

Please sign in to comment.