Skip to content

Commit

Permalink
Release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
creekorful committed Nov 25, 2021
1 parent 7147d3b commit 1f3d770
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: 5,
minor: 6,
patch: 0,
preRelease: "+dev",
preRelease: "",
}

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

0 comments on commit 1f3d770

Please sign in to comment.