package main import "fmt" const Version = "v0.1.0" func main() { fmt.Println("Hello!") }