From 2ce4dae79519a8f844bcb2ca9a27e9729eaa1718 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Mon, 11 Mar 2019 00:58:12 -0700 Subject: [PATCH] move to 1.26 --- weed/util/constants.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weed/util/constants.go b/weed/util/constants.go index 5587d5b5b..7fbb6971a 100644 --- a/weed/util/constants.go +++ b/weed/util/constants.go @@ -1,5 +1,5 @@ package util const ( - VERSION = "1.25" + VERSION = "1.26" )