Skip to content

Commit 3486781

Browse files
committed
[release-v2.1] Bump version to 2.1.4+release.local.
1 parent edbe934 commit 3486781

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const semverAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrst
2020
const (
2121
Major = 2
2222
Minor = 1
23-
Patch = 3
23+
Patch = 4
2424
)
2525

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

0 commit comments

Comments
 (0)