Skip to content

Commit

Permalink
Bump version for release of v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyfok committed Nov 13, 2020
1 parent 581a5e8 commit 3671570
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,8 +15,8 @@ type Version struct {

var currentVersion = Version{
major: 0,
minor: 3,
patch: 3,
minor: 4,
patch: 0,
preRelease: "",
}

Expand Down

0 comments on commit 3671570

Please sign in to comment.