Set version to v1.1.0 · koenbollen/jl@8b54ceb · GitHub
Skip to content

Commit 8b54ceb

Browse files
committed
Set version to v1.1.0
1 parent 25e4e27 commit 8b54ceb

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
@@ -45,7 +45,7 @@ Example:
4545
4646
`
4747

48-
var version = "<unknown_version>"
48+
var version = "v1.1.0"
4949

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

0 commit comments

Comments
 (0)