Skip to content

Commit 0ea404b

Browse files
authored
[Telemetry][v1.2.2] Update KUBERAY_VERSION (#2417)
Signed-off-by: kaihsun <kaihsun@anyscale.com>
1 parent 0ecbce5 commit 0ea404b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ray-operator/controllers/ray/utils/constant.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ const (
188188
// The version is included in the RAY_USAGE_STATS_EXTRA_TAGS environment variable
189189
// as well as the user-agent. This constant is updated before release.
190190
// TODO: Update KUBERAY_VERSION to be a build-time variable.
191-
KUBERAY_VERSION = "nightly"
191+
KUBERAY_VERSION = "v1.2.2"
192192
)
193193

194194
type ServiceType string

0 commit comments

Comments
 (0)