Skip to content

Commit

Permalink
ver++
Browse files Browse the repository at this point in the history
  • Loading branch information
tkuchiki committed Jun 19, 2016
1 parent a1282d5 commit 597d007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ func main() {
flag.Parse()

if *optVersion {
fmt.Println("0.2")
fmt.Println("0.3")
os.Exit(0)
}

Expand Down

0 comments on commit 597d007

Please sign in to comment.