Skip to content

Commit

Permalink
Merge pull request #3739 from vardhaman22/fix-rke-dev-version
Browse files Browse the repository at this point in the history
updated dev version to v1.7.99
  • Loading branch information
kinarashah authored Nov 7, 2024
2 parents f4ff347 + a9d37c5 commit d1cfeff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metadata/metadata.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ func readFile(file string) ([]byte, error) {
return os.ReadFile(file)
}

const RKEVersionDev = "v1.6.99"
const RKEVersionDev = "v1.7.99"

func initAddonTemplates(data kdm.Data) {
K8sVersionToTemplates = data.K8sVersionedTemplates
Expand Down

0 comments on commit d1cfeff

Please sign in to comment.