change version directory

This commit is contained in:
chrislu
2025-06-03 22:46:07 -07:00
parent 7039d5003c
commit bd4891a117
43 changed files with 112 additions and 98 deletions

View File

@@ -4,6 +4,6 @@
package util
const (
sizeLimit = "30GB"
SizeLimit = "30GB"
VolumeSizeLimitGB = 30
)