Skip to content

Commit 3cc188c

Browse files
committed
update version key 0.8.2
1 parent a60a84f commit 3cc188c

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
@@ -99,7 +99,7 @@
9999
from ray import util # noqa: E402
100100

101101
# Ray version string.
102-
__version__ = "0.9.0.dev0"
102+
__version__ = "0.8.2"
103103

104104
__all__ = [
105105
"jobs",

src/ray/raylet/main.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ int main(int argc, char *argv[]) {
6666
// Initialize stats.
6767
const ray::stats::TagsType global_tags = {
6868
{ray::stats::JobNameKey, "raylet"},
69-
{ray::stats::VersionKey, "0.9.0.dev0"},
69+
{ray::stats::VersionKey, "0.8.2"},
7070
{ray::stats::NodeAddressKey, node_ip_address}};
7171
ray::stats::Init(stat_address, global_tags, disable_stats, enable_stdout_exporter);
7272

0 commit comments

Comments
 (0)