Skip to content

Commit

Permalink
Mark the version as being developed
Browse files Browse the repository at this point in the history
  • Loading branch information
jmpike committed Jan 16, 2025
1 parent 36a3be0 commit 3c65964
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 = 2 // 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 3c65964

Please sign in to comment.