Skip to content

Commit

Permalink
version 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
DQNEO committed Mar 9, 2021
1 parent c7de515 commit 050bb60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -4218,7 +4218,7 @@ func main() {
}

if os.Args[1] == "version" {
fmt.Printf("babygo version 0.1.0 linux/amd64\n")
fmt.Printf("babygo version 0.0.2 linux/amd64\n")
return
} else if os.Args[1] == "help" {
showHelp()
Expand Down
2 changes: 1 addition & 1 deletion pre/precompiler.go
Original file line number Diff line number Diff line change
Expand Up @@ -4219,7 +4219,7 @@ func main() {
}

if os.Args[1] == "version" {
fmt.Printf("babygo version 0.1.0 linux/amd64\n")
fmt.Printf("babygo version 0.0.2 linux/amd64\n")
return
} else if os.Args[1] == "help" {
showHelp()
Expand Down

0 comments on commit 050bb60

Please sign in to comment.