From 72b5832f30f236d7e23effced3fd1b488bb76632 Mon Sep 17 00:00:00 2001 From: oudeis Date: Mon, 9 Nov 2020 07:07:30 +0000 Subject: [PATCH] Update to version 0.8.0 --- version/version.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version/version.go b/version/version.go index c0cbdd3b1..612ccc8b3 100644 --- a/version/version.go +++ b/version/version.go @@ -10,8 +10,8 @@ const validCharacters = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrs const ( appMajor uint = 0 - appMinor uint = 7 - appPatch uint = 2 + appMinor uint = 8 + appPatch uint = 0 ) // appBuild is defined as a variable so it can be overridden during the build