From 153a8b480bed68a981bff80293ab64a4299e9b21 Mon Sep 17 00:00:00 2001 From: Udit Date: Thu, 17 Aug 2023 20:52:43 +0530 Subject: [PATCH] Update 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 113446f..c0041db 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.2" +const RUNTIME_BUILD_VERSION = "v0.3.0" const NETWORKING_BUILD_VERSION = "v0.0.1" export const download = function (url: any, dest: any): Promise {