Skip to content

chore: simplify setting of version for the app

jkito requested to merge jkito/bitmask-vpn:version into main

this removes the go generate way of generating the pkg/config/version.go file and uses build time ld flags to set the version when building from git or uses .gitattributes to set it during git archive

also addresses https://0xacab.org/leap/infrastructure/-/issues/19

Edited by jkito

Merge request reports