Add build script, generate version string on build time, modify usage and add version info

This commit is contained in:
ChaoticByte 2024-07-02 17:20:07 +02:00
parent 8538df7a14
commit 9364b82e08
No known key found for this signature in database
4 changed files with 23 additions and 1 deletions

View file

@ -5,6 +5,8 @@ package main
import "os"
var Version = "dev"
func main() {
if ParseCommandline() {
ParseConfig(configFilepath)