Skip to content

Commit 050bb60

Browse files
committed
version 0.0.2
1 parent c7de515 commit 050bb60

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4218,7 +4218,7 @@ func main() {
42184218
}
42194219

42204220
if os.Args[1] == "version" {
4221-
fmt.Printf("babygo version 0.1.0 linux/amd64\n")
4221+
fmt.Printf("babygo version 0.0.2 linux/amd64\n")
42224222
return
42234223
} else if os.Args[1] == "help" {
42244224
showHelp()

pre/precompiler.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4219,7 +4219,7 @@ func main() {
42194219
}
42204220

42214221
if os.Args[1] == "version" {
4222-
fmt.Printf("babygo version 0.1.0 linux/amd64\n")
4222+
fmt.Printf("babygo version 0.0.2 linux/amd64\n")
42234223
return
42244224
} else if os.Args[1] == "help" {
42254225
showHelp()

0 commit comments

Comments
 (0)