Skip to content

Commit

Permalink
Bump version to 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
koenbollen committed Jul 8, 2023
1 parent 852b8f6 commit bff9d6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Example:
INFO: Hello! [size=42]
`

var version = "v1.5.0"
var version = "v1.6.0"

func cli() (files []string, color, showPrefix, showSuffix, showFields bool, includeFields string, excludeFields string, maxFieldLength int) {
argv := append(os.Args[1:], strings.Split(os.Getenv("JL_OPTS"), " ")...)
Expand Down

0 comments on commit bff9d6e

Please sign in to comment.