aboutsummaryrefslogtreecommitdiff
path: root/weed/util/constants.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2018-05-14 00:17:22 -0700
committerChris Lu <chris.lu@gmail.com>2018-05-14 00:17:22 -0700
commit67401f190851f645e54687c502f9af6ad0e6651d (patch)
tree84126d49a5f42134d129d4b213f9d33cd57a7436 /weed/util/constants.go
parentc5cf9bd29046877ed6b173e5d2723f865d06aa66 (diff)
downloadseaweedfs-67401f190851f645e54687c502f9af6ad0e6651d.tar.xz
seaweedfs-67401f190851f645e54687c502f9af6ad0e6651d.zip
fix gRpc nil response
Diffstat (limited to 'weed/util/constants.go')
-rw-r--r--weed/util/constants.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/util/constants.go b/weed/util/constants.go
index 96cc83108..f96bfebca 100644
--- a/weed/util/constants.go
+++ b/weed/util/constants.go
@@ -1,5 +1,5 @@
package util
const (
- VERSION = "0.77"
+ VERSION = "0.78"
)