Skip to content

Commit

Permalink
Bump version number for v0.7.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyfok committed Mar 22, 2024
1 parent b45756b commit ba882c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions version_current.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ type Version struct {

var currentVersion = Version{
major: 0,
minor: 6,
minor: 7,
patch: 0,
preRelease: "+dev",
preRelease: "",
}

func (v Version) String() string {
Expand Down

0 comments on commit ba882c9

Please sign in to comment.