Skip to content

Commit 346a898

Browse files
committed
Fix an extra space in VersionMinor
Signed-off-by: Mrunal Patel <[email protected]>
1 parent cf8dd12 commit 346a898

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const (
66
// VersionMajor is for an API incompatible changes
77
VersionMajor = 0
88
// VersionMinor is for functionality in a backwards-compatible manner
9-
VersionMinor = 2
9+
VersionMinor = 2
1010
// VersionPatch is for backwards-compatible bug fixes
1111
VersionPatch = 0
1212
)

0 commit comments

Comments
 (0)