Skip to content

Commit

Permalink
Update version information to v2.0.2 (#387)
Browse files Browse the repository at this point in the history
* Update version information to v2.0.2

* Mark the version as being developed
  • Loading branch information
jmpike authored and wsodsong committed Jan 16, 2025
1 parent 7951971 commit 1a233d0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ import (
)

const (
VersionMajor = 2 // 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
VersionMajor = 2 // Major version component of the current release
VersionMinor = 0 // Minor version component of the current release
VersionPatch = 2 // Patch version component of the current release
VersionMeta = "dev" // Version metadata to append to the version string
)

// Version holds the textual version string.
Expand Down

0 comments on commit 1a233d0

Please sign in to comment.