Skip to content

Commit

Permalink
Bump patch version for v1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jrick committed Mar 30, 2021
1 parent 873c564 commit 2c8443c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const semverAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrst
const (
Major = 1
Minor = 6
Patch = 1
Patch = 2
)

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

0 comments on commit 2c8443c

Please sign in to comment.