Skip to content

Commit 305afb9

Browse files
authored
[Telemetry][v1.2.0] Update KUBERAY_VERSION (#2309)
Signed-off-by: kaihsun <[email protected]>
1 parent 53a14e2 commit 305afb9

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

187187
type ServiceType string

0 commit comments

Comments
 (0)