Merge branch 'v0.4.0' into v0.4_bandwidth_limits

This commit is contained in:
Michael Quigley 2023-03-30 18:58:20 -04:00
commit 2d16c87c3d
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.3"
const Series = "v0.4"
func String() string {
if Version != "" {