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

View File

@ -3,5 +3,5 @@ package main
import "fmt"
func main() {
fmt.Println("v1.0.0")
fmt.Println("v2.0.0")
}