Skip to content

Commit 3f70c0e

Browse files
authored
Tag Sonic-1.2.1-b (#140)
1 parent 118e511 commit 3f70c0e

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

1515
func AsString() string {

0 commit comments

Comments
 (0)