Skip to content

Commit 12cda24

Browse files
committed
Prepare v1.8.3
1 parent 590f68c commit 12cda24

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
@@ -27,7 +27,7 @@ import (
2727
const (
2828
VersionMajor = 1 // Major version component of the current release
2929
VersionMinor = 8 // Minor version component of the current release
30-
VersionPatch = 2 // Patch version component of the current release
30+
VersionPatch = 3 // Patch version component of the current release
3131
VersionMeta = "stable" // Version metadata to append to the version string
3232
)
3333

0 commit comments

Comments
 (0)