Skip to content

Commit

Permalink
Merge pull request #2207 from CortexFoundation/dev
Browse files Browse the repository at this point in the history
1.10.60 stable
  • Loading branch information
ucwong authored Nov 21, 2024
2 parents 138d6c9 + c532390 commit 9001c57
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 @@ -21,10 +21,10 @@ import (
)

const (
Major = 1 // Major version component of the current release
Minor = 10 // Minor version component of the current release
Patch = 60 // Patch version component of the current release
Meta = "unstable" // Version metadata to append to the version string
Major = 1 // Major version component of the current release
Minor = 10 // Minor version component of the current release
Patch = 60 // Patch version component of the current release
Meta = "stable" // Version metadata to append to the version string
)

// Version holds the textual version string.
Expand Down

0 comments on commit 9001c57

Please sign in to comment.