Skip to content

Commit be15be9

Browse files
committed
Wavelet v0.2.0
1 parent 395e1f5 commit be15be9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sys/version.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ const (
2525
// VersionMajor is major version component of the current release
2626
VersionMajor = 0
2727
// VersionMinor is minor version component of the current release
28-
VersionMinor = 1
28+
VersionMinor = 2
2929
// VersionPatch is patch version component of the current release
30-
VersionPatch = 1
30+
VersionPatch = 0
3131
)
3232

3333
// variables set via linker flags

0 commit comments

Comments
 (0)