Skip to content

Commit 563b677

Browse files
committed
[release-v2.0] version: Update for v2.0.5
1 parent 5a0c93f commit 563b677

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 = 4
22+
Patch = 5
2323
)
2424

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

0 commit comments

Comments
 (0)