mirror of
https://github.com/minio/minio.git
synced 2024-12-25 06:35:56 -05:00
15 lines
312 B
Go
15 lines
312 B
Go
// -------- DO NOT EDIT --------
|
|
// This file is autogenerated by buildscripts/gen-constants.go during the release process.
|
|
|
|
package main
|
|
|
|
const (
|
|
minioVersion = "UNOFFICIAL.GOGET"
|
|
minioReleaseTag = "UNOFFICIAL.GOGET"
|
|
minioCommitID = "UNOFFICIAL.GOGET"
|
|
)
|
|
|
|
var (
|
|
minioShortCommitID = minioCommitID[:]
|
|
)
|