We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7de515 commit 050bb60Copy full SHA for 050bb60
main.go
@@ -4218,7 +4218,7 @@ func main() {
4218
}
4219
4220
if os.Args[1] == "version" {
4221
- fmt.Printf("babygo version 0.1.0 linux/amd64\n")
+ fmt.Printf("babygo version 0.0.2 linux/amd64\n")
4222
return
4223
} else if os.Args[1] == "help" {
4224
showHelp()
pre/precompiler.go
@@ -4219,7 +4219,7 @@ func main() {
4225
0 commit comments