version.go
1 package evaluate 2 3 // Version holds the current version of the evaluation benchmark. 4 var Version = "0.5.0" 5 6 // Revision holds the Git revision of the current build. 7 var Revision string
1 package evaluate 2 3 // Version holds the current version of the evaluation benchmark. 4 var Version = "0.5.0" 5 6 // Revision holds the Git revision of the current build. 7 var Revision string