Skip to content

Commit

Permalink
[Telemetry][v1.2.2] Update KUBERAY_VERSION (#2417)
Browse files Browse the repository at this point in the history
Signed-off-by: kaihsun <[email protected]>
  • Loading branch information
kevin85421 authored Sep 29, 2024
1 parent 0ecbce5 commit 0ea404b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ray-operator/controllers/ray/utils/constant.go
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ const (
// The version is included in the RAY_USAGE_STATS_EXTRA_TAGS environment variable
// as well as the user-agent. This constant is updated before release.
// TODO: Update KUBERAY_VERSION to be a build-time variable.
KUBERAY_VERSION = "nightly"
KUBERAY_VERSION = "v1.2.2"
)

type ServiceType string
Expand Down

0 comments on commit 0ea404b

Please sign in to comment.