Skip to content

Commit 9f28813

Browse files
committed
params/version: update version to 0.1.0.
1 parent b9d62e3 commit 9f28813

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

params/version.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ import (
2121
)
2222

2323
const (
24-
VersionMajor = 3 // Major version component of the current release
25-
VersionMinor = 0 // Minor version component of the current release
24+
VersionMajor = 0 // Major version component of the current release
25+
VersionMinor = 1 // Minor version component of the current release
2626
VersionPatch = 0 // Patch version component of the current release
2727
VersionMeta = "unstable" // Version metadata to append to the version string
2828
)

0 commit comments

Comments
 (0)