chore(docs): prepare release

This commit is contained in:
Patryk Hegenberg 2025-02-04 16:16:18 +01:00
parent 0cc50e15c9
commit 179e2a6ec3
2 changed files with 15 additions and 1 deletions

View file

@ -14,7 +14,7 @@ import (
var RootCmd = &cobra.Command{
Use: "system_setup_tool",
Short: "Installs packages based on TOML configuration",
Version: "0.6.0-alpha",
Version: "0.6.0",
Run: tui.Run,
}