Skip to content

Commit

Permalink
Merge branch 'main' into feat/validate-token
Browse files Browse the repository at this point in the history
  • Loading branch information
plyr4 authored Sep 27, 2023
2 parents bdb0e8f + 39d3dae commit 9870583
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 @@ -10,7 +10,7 @@ var (
// VersionMajor is for an API incompatible changes.
VersionMajor int64
// VersionMinor is for functionality in a backwards-compatible manner.
VersionMinor int64 = 20
VersionMinor int64 = 21
// VersionPatch is for backwards-compatible bug fixes.
VersionPatch int64
)
Expand Down

0 comments on commit 9870583

Please sign in to comment.