Skip to content

Commit e176480

Browse files
committed
[release-v2.0] version: Update for v2.0.3
1 parent 4231890 commit e176480

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const semverAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrst
1919
const (
2020
Major = 2
2121
Minor = 0
22-
Patch = 2
22+
Patch = 3
2323
)
2424

2525
// Integer is an integer encoding of the major.minor.patch version.

0 commit comments

Comments
 (0)