We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53a14e2 commit 305afb9Copy full SHA for 305afb9
ray-operator/controllers/ray/utils/constant.go
@@ -181,7 +181,7 @@ const (
181
// The version is included in the RAY_USAGE_STATS_EXTRA_TAGS environment variable
182
// as well as the user-agent. This constant is updated before release.
183
// TODO: Update KUBERAY_VERSION to be a build-time variable.
184
- KUBERAY_VERSION = "nightly"
+ KUBERAY_VERSION = "v1.2.0"
185
)
186
187
type ServiceType string
0 commit comments