From a264b39e390af36627cb34d2163b769c1bdcb8bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Sat, 3 Oct 2020 14:58:10 +0200 Subject: [PATCH] v1.4.4 --- version.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.ts b/version.ts index 2193d435034d..2e0ba739ba44 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.72.0"; +export const VERSION = "0.73.0";