From e6159a12836fc405e3f5c252646fac35c6f11abc Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Wed, 1 Mar 2023 14:47:17 -0300 Subject: [PATCH] fix: remove unused field (#3817) this is not being used, so... let's delete Signed-off-by: Carlos A Becker --- pkg/context/context.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/context/context.go b/pkg/context/context.go index 09f79da13..0e95be54f 100644 --- a/pkg/context/context.go +++ b/pkg/context/context.go @@ -117,7 +117,6 @@ type Semver struct { Major uint64 Minor uint64 Patch uint64 - RawVersion string Prerelease string }