Skip to content

Commit

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

func AsString() string {
Expand Down

0 comments on commit 78b3a73

Please sign in to comment.