From a6f79ac99065b347b678f66446697737d2fe87f6 Mon Sep 17 00:00:00 2001 From: JK Date: Wed, 17 Jul 2024 14:09:33 +0200 Subject: [PATCH] Tag Sonic-1.2.1-e (#175) --- version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/version.go b/version/version.go index d204533e0..8c1b6d85a 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 = "d" // Version metadata to append to the version string + params.VersionMeta = "e" // Version metadata to append to the version string } func AsString() string {