From e365861c3242d860dc580bb10b9ab1780cc3e9f2 Mon Sep 17 00:00:00 2001 From: JM Date: Wed, 4 Mar 2026 08:33:56 +0100 Subject: [PATCH] Tag Sonic v1.2.1-j --- version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/version.go b/version/version.go index 485ac5747..f569b0d5f 100644 --- a/version/version.go +++ b/version/version.go @@ -9,7 +9,7 @@ func init() { params.VersionMajor = 1 // Major version component of the current release params.VersionMinor = 2 // Minor version component of the current release params.VersionPatch = 1 // Patch version component of the current release - params.VersionMeta = "i" // Version metadata to append to the version string + params.VersionMeta = "j" // Version metadata to append to the version string } func AsString() string {