Chris Lu 5 years ago
parent
commit
fdff927b37
1 changed files with 1 additions and 1 deletions
  1. 1 1
      weed/util/constants.go

+ 1 - 1
weed/util/constants.go

@@ -5,5 +5,5 @@ import (
 )
 
 var (
-	VERSION = fmt.Sprintf("%s %d.%d", sizeLimit, 1, 37)
+	VERSION = fmt.Sprintf("%s %d.%d", sizeLimit, 1, 38)
 )