mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 11:08:10 +00:00
cli: fix dev on version flga
This commit is contained in:
@@ -232,7 +232,7 @@ func Commands(metaPtr *command.Meta) map[string]cli.CommandFactory {
|
||||
if GitDescribe != "" {
|
||||
ver = GitDescribe
|
||||
}
|
||||
if GitDescribe == "" && rel == "" {
|
||||
if GitDescribe == "" && rel == "" && VesrionPrerelease == "" {
|
||||
rel = "dev"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user