From c4b8a0e03a49e62cb96abe8289b1d8f551783795 Mon Sep 17 00:00:00 2001 From: JeanOUINA Date: Thu, 10 Jun 2021 12:26:58 +0200 Subject: [PATCH] who the fuck forgot that equal sign --- src/buildInfo.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/buildInfo.ts b/src/buildInfo.ts index 2e2de32..3b82987 100644 --- a/src/buildInfo.ts +++ b/src/buildInfo.ts @@ -9,8 +9,7 @@ const buildTargets = { } export const releaseChannel:branch = "stable" -export let version - buildTargets[process.platform] || "0.0.308" +export let version = buildTargets[process.platform] || "0.0.308" export const commit = getCommitID() export default { releaseChannel,