Skip to content

Commit

Permalink
prefix versions with v
Browse files Browse the repository at this point in the history
  • Loading branch information
brianstrauch committed Jul 21, 2021
1 parent e4ef372 commit d3fcc16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (
)

// version is a linker flag set by goreleaser
var version = "0.0.0"
var version = "v0.0.0"

func main() {
// TODO: https://github.com/spf13/viper/pull/1064
Expand Down

0 comments on commit d3fcc16

Please # to comment.