feat(storage): add root volume expansion
test / go (push) Successful in 4m59s

This commit is contained in:
shiran
2026-09-01 15:02:21 +08:00
parent 4f7f1f0fba
commit 06b11d8121
4 changed files with 32 additions and 7 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ import (
"time"
)
const Version = "0.4.0"
const Version = "0.5.0"
type Logger interface {
Printf(format string, args ...any)