This commit is contained in:
chrislu 2024-05-05 22:23:18 -07:00
parent fcedf97e94
commit 3682eb929f
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
apiVersion: v1
description: SeaweedFS
name: seaweedfs
appVersion: "3.65"
version: 3.65.1
appVersion: "3.66"
version: 3.66.0

View File

@ -7,7 +7,7 @@ import (
const HttpStatusCancelled = 499
var (
VERSION_NUMBER = fmt.Sprintf("%.02f", 3.65)
VERSION_NUMBER = fmt.Sprintf("%.02f", 3.66)
VERSION = sizeLimit + " " + VERSION_NUMBER
COMMIT = ""
)