From a093f7c2d3d45d5104fb3414ae939a98be37be02 Mon Sep 17 00:00:00 2001 From: Dominik Honnef Date: Thu, 22 Feb 2024 14:29:00 +0100 Subject: [PATCH] Version 2023.1.7 (v0.4.7) --- lintcmd/version/version.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lintcmd/version/version.go b/lintcmd/version/version.go index 4c8a04f2c..fafd7fa65 100644 --- a/lintcmd/version/version.go +++ b/lintcmd/version/version.go @@ -7,8 +7,8 @@ import ( "runtime" ) -const Version = "2023.1.6" -const MachineVersion = "v0.4.6" +const Version = "2023.1.7" +const MachineVersion = "v0.4.7" // version returns a version descriptor and reports whether the // version is a known release.