Bump version to 1.5.0 · koenbollen/jl@6253362 · GitHub
Skip to content

Commit 6253362

Browse files
committed
Bump version to 1.5.0
1 parent 6895146 commit 6253362

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cli.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Example:
5252
INFO: Hello! [size=42]
5353
`
5454

55-
var version = "v1.4.0"
55+
var version = "v1.5.0"
5656

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

0 commit comments

Comments
 (0)