Skip to content
Snippets Groups Projects
Commit ec3f2714 authored by Kali Kaneko's avatar Kali Kaneko
Browse files

[bug] do not declare VERSION twice

reverting a recent change that breaks `generate` step in build.

-Closes: #727
parent 14cf64b1
Branches main
No related tags found
No related merge requests found
Pipeline #154281 failed
......@@ -11,9 +11,7 @@ import (
const verURI = "https://downloads.leap.se/RiseupVPN/"
var VERSION string
// returns true if there's a newer version string published on the server
// CanUpgrade returns true if there's a newer version string published on the server
// this needs to manually bump latest version for every platform in the
// downloads server.
// at the moment, we hardcode RiseupVPN in the path, assuming that all clients
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment