v0.3.x series

This commit is contained in:
Michael Quigley 2022-11-18 16:02:12 -05:00
parent 58a818f9fb
commit d92d277594
No known key found for this signature in database
GPG Key ID: 9B60314A9DD20A62

View File

@ -9,6 +9,6 @@ func String() string {
if Version != "" {
return fmt.Sprintf("%v [%v]", Version, Hash)
} else {
return "<developer_build>"
return "v0.3.x [developer build]"
}
}