This commit is contained in:
Stephen McQuay 2018-03-03 21:39:05 -08:00
parent 014cb367d1
commit 17607e76a3
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("v2.0.0")
fmt.Println("v3.0.0")
}