mirror of
https://github.com/replicatedhq/troubleshoot.git
synced 2026-08-27 00:37:20 +00:00
8 lines
113 B
Go
8 lines
113 B
Go
package version
|
|
|
|
// NOTE: these variables are injected at build time
|
|
|
|
var (
|
|
version, gitSHA, buildTime string
|
|
)
|