Skip to content

Commit

Permalink
fix: version
Browse files Browse the repository at this point in the history
  • Loading branch information
sunggun-yu committed Feb 5, 2022
1 parent c401c60 commit 8f32026
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 @@ -20,5 +20,5 @@ func main() {

// Version returns version and build information. it's injected from ldflags
func Version() string {
return fmt.Sprintf("prw %s, commit %s, built at %s", version, commit, date)
return fmt.Sprintf("envp %s, commit %s, built at %s", version, commit, date)
}

0 comments on commit 8f32026

Please sign in to comment.