Added 'Prysm' to version information. (#4281)

* Added 'Prysm' to version information.
* Merge branch 'master' into versionUpdate
This commit is contained in:
metanull-operator 2019-12-13 11:52:28 -07:00 committed by prylabs-bulldozer[bot]
parent c5dcf49ded
commit 0f677a09b6

View File

@ -27,5 +27,5 @@ func GetVersion() string {
now := time.Now().Format(time.RFC3339)
buildDate = now
}
return fmt.Sprintf("Git commit: %s. Built at: %s", gitCommit, buildDate)
return fmt.Sprintf("Prysm/Git commit: %s. Built at: %s", gitCommit, buildDate)
}