From e225043c6ee621ded87e15c42ac4ddea604655ce Mon Sep 17 00:00:00 2001 From: Ewen Le Bihan Date: Mon, 18 Apr 2022 00:01:43 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Release=20v0.1.0-alpha.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit That `Variable` const is not used anywhere yet, but will. --- backend/main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/main.go b/backend/main.go index 5a55f8c..3864330 100644 --- a/backend/main.go +++ b/backend/main.go @@ -24,6 +24,7 @@ var w webview.WebView const ( Port = "4444" + Version = "0.1.0-alpha.1" ) func main() {