From eaf4180082676eaa5f22969f71482aa091f77ab9 Mon Sep 17 00:00:00 2001 From: tal Date: Sun, 6 Jun 2021 14:54:41 +0300 Subject: [PATCH] Update to version 0.10.4 --- version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/version.go b/version/version.go index 8d4ff7f27..3f4b1409b 100644 --- a/version/version.go +++ b/version/version.go @@ -11,7 +11,7 @@ const validCharacters = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrs const ( appMajor uint = 0 appMinor uint = 10 - appPatch uint = 3 + appPatch uint = 4 ) // appBuild is defined as a variable so it can be overridden during the build