Skip to content

Commit

Permalink
fix: app version display
Browse files Browse the repository at this point in the history
  • Loading branch information
soulteary committed May 7, 2023
1 parent 6da5090 commit 8b4c855
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 @@ -12,7 +12,7 @@ import (
)

func main() {
fmt.Printf("Nginx Formatter v%s\n\n", version.Version)
fmt.Printf("Nginx Formatter %s\n\n", version.Version)

src, dest, indent, char, web, port := cmd.InitArgv()
if web {
Expand Down

0 comments on commit 8b4c855

Please sign in to comment.