mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-23 03:51:29 +00:00
Added 'Prysm' to version information. (#4281)
* Added 'Prysm' to version information. * Merge branch 'master' into versionUpdate
This commit is contained in:
parent
c5dcf49ded
commit
0f677a09b6
@ -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)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user