diff options
Diffstat (limited to 'weed/util/constants.go')
| -rw-r--r-- | weed/util/constants.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/weed/util/constants.go b/weed/util/constants.go index 7c3927a66..fda69c8ae 100644 --- a/weed/util/constants.go +++ b/weed/util/constants.go @@ -6,9 +6,9 @@ import ( var ( VERSION = fmt.Sprintf("%s %d.%d", sizeLimit, 1, 79) - COMMIT = "" + COMMIT = "" ) func Version() string { return VERSION + " " + COMMIT -}
\ No newline at end of file +} |
