aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/updater/versions.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* version: hard code name and version at compile timeJason A. Donenfeld2019-08-301-2/+1
| | | | | | | We really do want the true name and version in logs so that external consumers have a good reference point for helping us debug. We can then do the log file directory explicitly.
* version: use ProductName and ProductVersion as stringsJason A. Donenfeld2019-08-301-1/+2
|
* global: regroup all importsJason A. Donenfeld2019-05-141-1/+2
|
* version: dynamically get file versionJason A. Donenfeld2019-05-011-1/+1
|
* updater: add initial skeletonJason A. Donenfeld2019-04-291-0/+85