v/main.go
2018-03-03 21:40:46 -08:00

8 lines
67 B
Go

package main
import "fmt"
func main() {
fmt.Println("v3.0.0")
}