chore: bump version number (#226)

This commit is contained in:
HAOYUatHZ
2023-01-13 08:33:53 +08:00
committed by GitHub
parent fcd29c305d
commit 0bdcce79ba

View File

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