mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-10 23:11:01 +00:00
change wording
This commit is contained in:
parent
dd8d6ebfb1
commit
136a4b8068
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ func VersionInfo() string {
|
|||
}
|
||||
suffix += " " + GoVersion
|
||||
if TrialDeadline != "" {
|
||||
suffix += " limited time trial ends at: " + TrialDeadline
|
||||
suffix += " limited time trial ends on: " + TrialDeadline
|
||||
}
|
||||
return prefix + "Pilosa" + suffix
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue