Skip to content

Commit

Permalink
Tag Sonic-1.2.1-e (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
thaarok authored Jul 17, 2024
1 parent 4e2a4f0 commit a6f79ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit a6f79ac

Please sign in to comment.