Skip to content

Commit

Permalink
Merge pull request #2237 from CortexFoundation/dev
Browse files Browse the repository at this point in the history
1.10.63 unstable
  • Loading branch information
ucwong authored Dec 31, 2024
2 parents a792f87 + 1f2ead5 commit a508678
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 = 62 // Patch version component of the current release
Meta = "stable" // 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 = 63 // Patch version component of the current release
Meta = "unstable" // Version metadata to append to the version string
)

// Version holds the textual version string.
Expand Down

0 comments on commit a508678

Please sign in to comment.