Skip to content

Commit

Permalink
Fix version package (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
hedhyw authored Jun 12, 2022
1 parent 527824c commit 106ca02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/app/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
)

func runVersion(w io.Writer, version string) error {
fmt.Fprintln(w, "github.com/hedhyw/gherkingen/v2@"+version)
fmt.Fprintln(w, "github.com/hedhyw/gherkingen@"+version)

return nil
}

0 comments on commit 106ca02

Please sign in to comment.