v1.0.x series

This commit is contained in:
Michael Quigley 2024-09-18 12:12:21 -04:00
parent 35fd572d6e
commit afbf5a1036
No known key found for this signature in database
GPG Key ID: 9B60314A9DD20A62

View File

@ -5,7 +5,7 @@ import "fmt"
var Version string
var Hash string
const Series = "v0.4"
const Series = "v1.0"
func String() string {
if Version != "" {