Skip to content

Commit

Permalink
bump v1.2.1-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
ploxiln committed Aug 29, 2019
1 parent e7d872a commit 81b8b9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/version/binary.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"runtime"
)

const Binary = "1.2.0"
const Binary = "1.2.1-alpha"

func String(app string) string {
return fmt.Sprintf("%s v%s (built w/%s)", app, Binary, runtime.Version())
Expand Down

0 comments on commit 81b8b9e

Please sign in to comment.