From 358b3a489475333e503886513080b815ce45a4a5 Mon Sep 17 00:00:00 2001 From: chrislu Date: Sun, 16 Jul 2023 22:47:57 -0700 Subject: [PATCH] 3.54 --- k8s/charts/seaweedfs/Chart.yaml | 4 ++-- weed/util/constants.go | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/k8s/charts/seaweedfs/Chart.yaml b/k8s/charts/seaweedfs/Chart.yaml index 687fd9869..2920a8b94 100644 --- a/k8s/charts/seaweedfs/Chart.yaml +++ b/k8s/charts/seaweedfs/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 description: SeaweedFS name: seaweedfs -appVersion: "3.53" -version: "3.53" +appVersion: "3.54" +version: "3.54" diff --git a/weed/util/constants.go b/weed/util/constants.go index c5cef0bf4..6aa9ea446 100644 --- a/weed/util/constants.go +++ b/weed/util/constants.go @@ -5,7 +5,7 @@ import ( ) var ( - VERSION_NUMBER = fmt.Sprintf("%.02f", 3.53) + VERSION_NUMBER = fmt.Sprintf("%.02f", 3.54) VERSION = sizeLimit + " " + VERSION_NUMBER COMMIT = "" )