Skip to content

Commit

Permalink
chore: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
yaziine committed Aug 1, 2023
1 parent 6945fb2 commit c9a57f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import (

const (
versionMajor = 1
versionMinor = 5
versionPatch = 0
versionMinor = 7
versionPatch = 1
)

func FmtVersion() string {
Expand Down

0 comments on commit c9a57f3

Please sign in to comment.