Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 331 Bytes

metadata_go.md

File metadata and controls

12 lines (10 loc) · 331 Bytes

metadata.go

// Variables defined by the Makefile and passed in with ldflags
var Version string = "latest"
var BaseVersion string = "0.4.8"
var BaseDockerLabel string = "org.hyperledger.fabric"
var DockerNamespace string = "hyperledger"
var BaseDockerNamespace string = "hyperledger"
var Experimental string = "true"