Skip to content

Commit

Permalink
Update build version
Browse files Browse the repository at this point in the history
  • Loading branch information
uditdc committed Aug 17, 2023
1 parent b6e8c2b commit 153a8b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/binaries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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<any> {
Expand Down

0 comments on commit 153a8b4

Please sign in to comment.