Skip to content

Commit f201094

Browse files
committed
bump version to .02
1 parent fbfc1dc commit f201094

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

params/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import (
2424
const (
2525
VersionMajor = 2021 // Major version component of the current release
2626
VersionMinor = 6 // Minor version component of the current release
27-
VersionMicro = 1 // Patch version component of the current release
27+
VersionMicro = 2 // Patch version component of the current release
2828
VersionModifier = "alpha" // Patch version component of the current release
2929
)
3030

0 commit comments

Comments
 (0)