Skip to content

Commit d202165

Browse files
authored
Tag 1.2.1-a (#138)
1 parent d605a20 commit d202165

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
@@ -8,7 +8,7 @@ import (
88
func init() {
99
params.VersionMajor = 1 // Major version component of the current release
1010
params.VersionMinor = 2 // Minor version component of the current release
11-
params.VersionPatch = 0 // Patch version component of the current release
11+
params.VersionPatch = 1 // Patch version component of the current release
1212
params.VersionMeta = "a" // Version metadata to append to the version string
1313
}
1414

0 commit comments

Comments
 (0)