Skip to content

Commit

Permalink
change version 3.0.0->3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
13552128609 committed Apr 6, 2023
1 parent 0c56bf2 commit 6fb55c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions params/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ import (
)

const (
VersionMajor = 3 // Major version component of the current release
VersionMinor = 0 // Minor version component of the current release
VersionPatch = 0 // Patch version component of the current release
VersionMajor = 3 // Major version component of the current release
VersionMinor = 0 // Minor version component of the current release
VersionPatch = 1 // Patch version component of the current release
VersionMeta = "" // Version metadata to append to the version string
)

Expand Down

0 comments on commit 6fb55c9

Please sign in to comment.