From bfcfbc1cd0d0ce1967b9e71673509e6224d18370 Mon Sep 17 00:00:00 2001 From: acud <12988138+acud@users.noreply.github.com> Date: Fri, 11 Jun 2021 18:26:07 +0200 Subject: [PATCH] chore: bump v1.0.0 --- version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.go b/version.go index 28133948e2b..0ea31026ec1 100644 --- a/version.go +++ b/version.go @@ -5,7 +5,7 @@ package bee var ( - version = "0.6.3" // manually set semantic version number + version = "1.0.0" // manually set semantic version number commit string // automatically set git commit hash Version = func() string {