Skip to content

Commit

Permalink
Bounce version
Browse files Browse the repository at this point in the history
  • Loading branch information
jessp01 committed Jan 9, 2025
1 parent be67479 commit d2f0f95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ After installing `tesseract`, simply invoke the below to install `super-zaje`:

```sh
# install super-zaje
$ go install github.com/jessp01/zaje/cmd/super-zaje@latest
$ go install github.com/jessp01/zaje/cmd/super-zaje@v0.21.1-19
```

You can then use it thusly:
Expand Down
2 changes: 1 addition & 1 deletion common_functions.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ COPYRIGHT:
{{end}}
`
app.Usage = "Syntax highlighter to cover all your shell needs"
app.Version = "0.21.16"
app.Version = "0.21.19"
app.EnableBashCompletion = true
cli.VersionFlag = cli.BoolFlag{
Name: "print-version, V",
Expand Down

0 comments on commit d2f0f95

Please sign in to comment.