minio/build-constants.go
Anand Babu (AB) Periasamy 588833d06f build time constants
2015-10-26 02:41:04 -07:00

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[:]
)