aboutsummaryrefslogtreecommitdiff
path: root/weed/util/constants.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/util/constants.go')
-rw-r--r--weed/util/constants.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/weed/util/constants.go b/weed/util/constants.go
new file mode 100644
index 000000000..6b6b0b911
--- /dev/null
+++ b/weed/util/constants.go
@@ -0,0 +1,5 @@
+package util
+
+const (
+ VERSION = "0.71 beta"
+)