Skip to content

Commit

Permalink
made Version exported to match .goreleaser config.
Browse files Browse the repository at this point in the history
addresses #143
  • Loading branch information
matryer committed Feb 14, 2021
1 parent 98d503a commit 9a74351
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ import (
"github.com/matryer/moq/pkg/moq"
)

// version is the command version, injected at build time.
var version string = "dev"
// Version is the command version, injected at build time.
var Version string = "dev"

type userFlags struct {
outFile string
Expand Down

0 comments on commit 9a74351

Please sign in to comment.