Skip to content

Commit

Permalink
Wavelet v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rkeene committed Oct 3, 2019
1 parent 395e1f5 commit be15be9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sys/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ const (
// VersionMajor is major version component of the current release
VersionMajor = 0
// VersionMinor is minor version component of the current release
VersionMinor = 1
VersionMinor = 2
// VersionPatch is patch version component of the current release
VersionPatch = 1
VersionPatch = 0
)

// variables set via linker flags
Expand Down

0 comments on commit be15be9

Please sign in to comment.