mirror of
https://github.com/minio/minio.git
synced 2024-12-24 22:25:54 -05:00
Fix version to be release-tag (#8730)
This commit is contained in:
parent
157721f694
commit
cb935980a5
@ -74,8 +74,8 @@ FLAGS:
|
|||||||
{{range .VisibleFlags}}{{.}}
|
{{range .VisibleFlags}}{{.}}
|
||||||
{{end}}{{end}}
|
{{end}}{{end}}
|
||||||
VERSION:
|
VERSION:
|
||||||
` + Version +
|
{{.Version}}
|
||||||
`{{ "\n"}}`
|
`
|
||||||
|
|
||||||
func newApp(name string) *cli.App {
|
func newApp(name string) *cli.App {
|
||||||
// Collection of minio commands currently supported are.
|
// Collection of minio commands currently supported are.
|
||||||
@ -126,7 +126,7 @@ func newApp(name string) *cli.App {
|
|||||||
app := cli.NewApp()
|
app := cli.NewApp()
|
||||||
app.Name = name
|
app.Name = name
|
||||||
app.Author = "MinIO, Inc."
|
app.Author = "MinIO, Inc."
|
||||||
app.Version = Version
|
app.Version = ReleaseTag
|
||||||
app.Usage = "High Performance Object Storage"
|
app.Usage = "High Performance Object Storage"
|
||||||
app.Description = `Build high performance data infrastructure for machine learning, analytics and application data workloads with MinIO`
|
app.Description = `Build high performance data infrastructure for machine learning, analytics and application data workloads with MinIO`
|
||||||
app.Flags = GlobalFlags
|
app.Flags = GlobalFlags
|
||||||
|
Loading…
Reference in New Issue
Block a user