From 7f490667138905c5c673c09f16e39b22a8a1b59a Mon Sep 17 00:00:00 2001 From: Oliver Gugger Date: Tue, 16 Mar 2021 20:52:46 +0100 Subject: [PATCH] version: bump to version v0.7.0-alpha The new feature "self channel balance for bid orders" warrants its own minor version bump. --- version.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.go b/version.go index 29cc9ccd8..ebbf589f1 100644 --- a/version.go +++ b/version.go @@ -22,8 +22,8 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr // versioning 2.0.0 spec (http://semver.org/). const ( appMajor uint = 0 - appMinor uint = 6 - appPatch uint = 3 + appMinor uint = 7 + appPatch uint = 0 // appPreRelease MUST only contain characters from semanticAlphabet per // the semantic versioning spec.