mirror of
https://github.com/pgsty/minio.git
synced 2026-07-24 06:26:17 +03:00
build time constants
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
// -------- 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[:]
|
||||
)
|
||||
Reference in New Issue
Block a user