Skip to content

Commit 7e9dba3

Browse files
committed
modify version to 0.3.3
1 parent 6ac1034 commit 7e9dba3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

params/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
const (
99
VersionMajor = 0 // Major version component of the current release
1010
VersionMinor = 3 // Minor version component of the current release
11-
VersionPatch = 2 // Patch version component of the current release
11+
VersionPatch = 3 // Patch version component of the current release
1212
VersionMeta = "" // Version metadata to append to the version string
1313
)
1414

0 commit comments

Comments
 (0)