qri-io / qri

you're invited to a data party!
https://qri.io
GNU General Public License v3.0
1.1k stars 66 forks source link

refactor(VersionInfo): add `RunStart` field #1945

Closed ramfox closed 2 years ago

ramfox commented 2 years ago

RunStart represents the start time of the run.

We need to track this RunStart time in the Collection, and ensure that we keep or discard this information the same way we keep and discard the other information we get about the latest run.

closes #1944