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

View File

@@ -7,8 +7,6 @@ import (
"github.com/spf13/cobra"
)
var Version = ""
// Global flags available to all commands
var overwrite bool
var dryRun bool

3
version.go Normal file
View File

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