Skip to content

Commit

Permalink
Set version to v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
koenbollen committed Nov 28, 2018
1 parent 25e4e27 commit 8b54ceb
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 @@ -45,7 +45,7 @@ Example:
`

var version = "<unknown_version>"
var version = "v1.1.0"

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

0 comments on commit 8b54ceb

Please sign in to comment.