Skip to content
This repository has been archived by the owner on May 22, 2023. It is now read-only.

Commit

Permalink
v0.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
derricw committed Nov 30, 2021
1 parent f33480e commit 69d1b13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (

var (
GitCommit string
Version = "0.11.1"
Version = "0.11.2"
BuildDate = ""
GoVersion = runtime.Version()
OsArch = fmt.Sprintf("%s %s", runtime.GOOS, runtime.GOARCH)
Expand Down

0 comments on commit 69d1b13

Please sign in to comment.