docs: bump version number (#59)

This commit is contained in:
HAOYUatHZ
2022-11-01 13:26:57 +08:00
committed by GitHub
parent 0571028228
commit 39d66ea391

View File

@@ -5,7 +5,7 @@ import (
"runtime/debug"
)
var tag = "prealpha-v4.0"
var tag = "prealpha-v4.1"
var commit = func() string {
if info, ok := debug.ReadBuildInfo(); ok {