diff options
| author | Chris Lu <chris.lu@gmail.com> | 2018-09-07 14:19:48 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2018-09-07 14:19:48 -0700 |
| commit | 83ca595472123550cea813bd5eada3d015dedb93 (patch) | |
| tree | 7738c100a26744efae57538fc3d6dd9566f4c327 | |
| parent | 747377142b5fd3ee98c9ea0742e0f6abdd1512f9 (diff) | |
| download | seaweedfs-83ca595472123550cea813bd5eada3d015dedb93.tar.xz seaweedfs-83ca595472123550cea813bd5eada3d015dedb93.zip | |
adjust version number
| -rw-r--r-- | weed/util/constants.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/util/constants.go b/weed/util/constants.go index 713886b0e..fda15d96a 100644 --- a/weed/util/constants.go +++ b/weed/util/constants.go @@ -1,5 +1,5 @@ package util const ( - VERSION = "0.95" + VERSION = "0.96" ) |
