Moved Version variable to a separate file.

This commit is contained in:
2025-08-02 13:42:25 +02:00
parent eb5c5c0e43
commit 090fb4b423
2 changed files with 3 additions and 2 deletions

3
version.go Normal file
View File

@@ -0,0 +1,3 @@
package main
var Version = "dev"