From 430932f0f161dd836c98082ff97b57beedec02e6 Mon Sep 17 00:00:00 2001 From: Till <2353100+S7evinK@users.noreply.github.com> Date: Fri, 20 Jan 2023 16:20:01 +0100 Subject: Version 0.11.0 (#2949) --- internal/version.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'internal/version.go') diff --git a/internal/version.go b/internal/version.go index ff31dd78..fbe4a01b 100644 --- a/internal/version.go +++ b/internal/version.go @@ -16,8 +16,8 @@ var build string const ( VersionMajor = 0 - VersionMinor = 10 - VersionPatch = 9 + VersionMinor = 11 + VersionPatch = 0 VersionTag = "" // example: "rc1" ) -- cgit v1.2.3