Skip to content

Commit 299d174

Browse files
authored
Tag Sonic-1.2.1-g (#217)
1 parent 6c0a393 commit 299d174

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version/version.go

+1-1
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 = "e" // Version metadata to append to the version string
12+
params.VersionMeta = "g" // Version metadata to append to the version string
1313
}
1414

1515
func AsString() string {

0 commit comments

Comments
 (0)