mirror of
https://github.com/mudler/luet.git
synced 2025-09-01 07:09:13 +00:00
Prepare for 0.1 tag
This commit is contained in:
@@ -29,13 +29,13 @@ import (
|
||||
var cfgFile string
|
||||
var Verbose bool
|
||||
|
||||
const LuetCLIVersion = "0.1-dev"
|
||||
const LuetCLIVersion = "0.1"
|
||||
|
||||
// RootCmd represents the base command when called without any subcommands
|
||||
var RootCmd = &cobra.Command{
|
||||
Use: "luet",
|
||||
Short: "Package manager for the XXth century!",
|
||||
Long: `Package manager which supports Gentoo and Entropy packages`,
|
||||
Long: `Package manager which uses containers to build packages`,
|
||||
Version: LuetCLIVersion,
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user