Skip to content

Commit

Permalink
Tag Sonic-1.2.1-d (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
thaarok authored Jun 20, 2024
1 parent bf78fc9 commit 350f8b7
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 = "c" // Version metadata to append to the version string
params.VersionMeta = "d" // Version metadata to append to the version string
}

func AsString() string {
Expand Down

0 comments on commit 350f8b7

Please sign in to comment.