Skip to content

Commit fa3d8ee

Browse files
authored
[Telemetry][v1.2.1] Update KUBERAY_VERSION (#2345)
* update Signed-off-by: kaihsun <kaihsun@anyscale.com> * update Signed-off-by: kaihsun <kaihsun@anyscale.com> --------- Signed-off-by: kaihsun <kaihsun@anyscale.com>
1 parent 46f7b63 commit fa3d8ee

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
@@ -182,7 +182,7 @@ const (
182182
// The version is included in the RAY_USAGE_STATS_EXTRA_TAGS environment variable
183183
// as well as the user-agent. This constant is updated before release.
184184
// TODO: Update KUBERAY_VERSION to be a build-time variable.
185-
KUBERAY_VERSION = "nightly"
185+
KUBERAY_VERSION = "v1.2.1"
186186
)
187187

188188
type ServiceType string

0 commit comments

Comments
 (0)