Skip to content

Commit 649ab5c

Browse files
cmagliedido18
andauthored
Update main.go
Co-authored-by: Davide <davideneri18@gmail.com>
1 parent f236b91 commit 649ab5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ func main() {
8585
Use: "version",
8686
Long: "Print version information",
8787
Run: func(cmd *cobra.Command, args []string) {
88-
fmt.Println("Arduino Router v" + Version)
88+
fmt.Println("Arduino Router " + Version)
8989
},
9090
})
9191

0 commit comments

Comments
 (0)