Skip to content

Commit 89aa470

Browse files
committed
Bump version key to 0.8.4
1 parent 15dbd88 commit 89aa470

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

python/ray/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393

9494
# Replaced with the current commit when building the wheels.
9595
__commit__ = "{{RAY_COMMIT_SHA}}"
96-
__version__ = "0.9.0.dev0"
96+
__version__ = "0.8.4"
9797

9898
__all__ = [
9999
"jobs",

src/ray/raylet/main.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ int main(int argc, char *argv[]) {
8080
// Initialize stats.
8181
const ray::stats::TagsType global_tags = {
8282
{ray::stats::JobNameKey, "raylet"},
83-
{ray::stats::VersionKey, "0.9.0.dev0"},
83+
{ray::stats::VersionKey, "0.8.4"},
8484
{ray::stats::NodeAddressKey, node_ip_address}};
8585
ray::stats::Init(stat_address, global_tags, disable_stats, enable_stdout_exporter);
8686

0 commit comments

Comments
 (0)