From b6e8c2bc6b64d731ede75d5226e924f381e9e635 Mon Sep 17 00:00:00 2001 From: Udit Date: Sat, 12 Aug 2023 03:38:53 +0530 Subject: [PATCH] Define latest runtime build version --- src/lib/binaries.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/binaries.ts b/src/lib/binaries.ts index a459d7d..113446f 100644 --- a/src/lib/binaries.ts +++ b/src/lib/binaries.ts @@ -9,7 +9,7 @@ import { store } from "../store" import { https } from "follow-redirects" import fs from "fs" -const RUNTIME_BUILD_VERSION = "v0.2.1" +const RUNTIME_BUILD_VERSION = "v0.2.2" const NETWORKING_BUILD_VERSION = "v0.0.1" export const download = function (url: any, dest: any): Promise {