From f24175cd7aeabf013c22b84ee4dc064a34f59539 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Fri, 29 Jan 2021 09:53:03 -0500 Subject: [PATCH] v0.85.0 --- version.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.ts b/version.ts index 575fb7435d58..434eaf8011b8 100644 --- a/version.ts +++ b/version.ts @@ -5,4 +5,4 @@ * the cli's API is stable. In the future when std becomes stable, likely we * will match versions with cli as we have in the past. */ -export const VERSION = "0.84.0"; +export const VERSION = "0.85.0";