mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-11-28 15:40:49 -05:00
Update version variable
Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
parent
3467df6b69
commit
691ab84326
5 changed files with 6 additions and 6 deletions
|
|
@ -13,7 +13,7 @@ func NewVersionCmd() *cobra.Command {
|
|||
Long: "Display version of this CLI.",
|
||||
Args: cobra.NoArgs,
|
||||
Run: func(cmd *cobra.Command, args []string) {
|
||||
cmd.Printf("CLI Version: v%s \n", constants.CliVersion)
|
||||
cmd.Printf("CLI Version: v%s \n", constants.VersionInfo)
|
||||
},
|
||||
}
|
||||
return cmd
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue