From 77bd8f5891e9808ae1cbda2e7cbfc7f661bfed77 Mon Sep 17 00:00:00 2001 From: Tomasz Maczukin <tomasz@maczukin.pl> Date: Wed, 26 Apr 2023 22:54:57 +0200 Subject: [PATCH] Bump version to 0.16.2-gitlab.21 --- version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/version.go b/version/version.go index ea3d8dd2..4e44f2b4 100644 --- a/version/version.go +++ b/version/version.go @@ -6,7 +6,7 @@ import ( ) var ( - Version = "0.16.2-gitlab.20" + Version = "0.16.2-gitlab.21" // GitCommit will be overwritten automatically by the build system GitCommit = "HEAD" -- GitLab