Skip to content

Commit 18a0e73

Browse files
authored
Tag Sonic-1.2.1-i (#404)
1 parent 612b081 commit 18a0e73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ func init() {
99
params.VersionMajor = 1 // Major version component of the current release
1010
params.VersionMinor = 2 // Minor version component of the current release
1111
params.VersionPatch = 1 // Patch version component of the current release
12-
params.VersionMeta = "h" // Version metadata to append to the version string
12+
params.VersionMeta = "i" // Version metadata to append to the version string
1313
}
1414

1515
func AsString() string {

0 commit comments

Comments
 (0)