This commit is contained in:
Stephen McQuay 2018-03-03 21:38:16 -08:00
parent 5bf5b9ed23
commit e992817662
Signed by: sm
GPG Key ID: 4E4B72F479BA3CE5
1 changed files with 7 additions and 0 deletions

7
main.go Normal file
View File

@ -0,0 +1,7 @@
package main
import "fmt"
func main() {
fmt.Println("v1.0.0")
}