Skip to content

Commit

Permalink
chore: update version.go to reflect current release version
Browse files Browse the repository at this point in the history
  • Loading branch information
bevzzz committed Feb 26, 2024
1 parent c968444 commit e207fd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ import (

// Version returns current release version.
func Version() string {
return "v0.2.0"
return "v0.2.1"
}

0 comments on commit e207fd5

Please sign in to comment.