17 lines
312 B
Go
17 lines
312 B
Go
package pusher
|
|
|
|
//var (
|
|
// // The full version string
|
|
// Version = "0.6.3"
|
|
//
|
|
// // GitCommit is set with --ldflags "-X main.gitCommit=$(git rev-parse --short=8 HEAD)"
|
|
// GitCommit string
|
|
//)
|
|
//
|
|
//func GetVersion() string {
|
|
// if GitCommit != "" {
|
|
// return Version + "-" + GitCommit
|
|
// }
|
|
// return Version
|
|
//}
|