Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
V00D00-child committed Jul 13, 2024
1 parent 00a869e commit 5618489
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 @@ -7,10 +7,10 @@ import (
)

const (
VersionMajor = 0 // Major version for stable releases
VersionMinor = 1 // Minor version for stable releases
VersionPatch = 0 // Patch version for stable releases
VersionMeta = "unstable" // Version metadata to append to the version string (e.g. "unstable" or "stable" or "beta")
VersionMajor = 0 // Major version for stable releases
VersionMinor = 1 // Minor version for stable releases
VersionPatch = 0 // Patch version for stable releases
VersionMeta = "stable" // Version metadata to append to the version string (e.g. "unstable" or "stable" or "beta")
)

// VersionInfo holds the commit hash and commit hash date.
Expand Down

0 comments on commit 5618489

Please sign in to comment.