From a3913dbf80b31751117e417b6a1f738e7ea165fe Mon Sep 17 00:00:00 2001 From: Elichai Turkel Date: Mon, 1 Feb 2021 15:39:39 +0200 Subject: [PATCH] Update to version 0.9.0 --- version/version.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version/version.go b/version/version.go index 76b989a2b..f1c6319d3 100644 --- a/version/version.go +++ b/version/version.go @@ -10,8 +10,8 @@ const validCharacters = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrs const ( appMajor uint = 0 - appMinor uint = 8 - appPatch uint = 7 + appMinor uint = 9 + appPatch uint = 0 ) // appBuild is defined as a variable so it can be overridden during the build