Skip to content

Commit 82e2e54

Browse files
committed
version: v1.6.102 for feature release
1 parent c7f5aac commit 82e2e54

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

version/version.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
package version
1818

1919
const (
20-
Major = 1 // Major version component of the current release
21-
Minor = 6 // Minor version component of the current release
22-
Patch = 4 // Patch version component of the current release
23-
Meta = "" // Version metadata to append to the version string
20+
Major = 1 // Major version component of the current release
21+
Minor = 6 // Minor version component of the current release
22+
Patch = 102 // Patch version component of the current release
23+
Meta = "" // Version metadata to append to the version string
2424
)

0 commit comments

Comments
 (0)