fullVersion returns the CLI version annotated with its edition flavor, e.g. "v1.94.2-oss" or "dev-ee". Used as the value of the Chainloop-Cli-Version header sent on every request to the Control Plane and CAS.
()
| 41 | // e.g. "v1.94.2-oss" or "dev-ee". Used as the value of the Chainloop-Cli-Version |
| 42 | // header sent on every request to the Control Plane and CAS. |
| 43 | func fullVersion() string { |
| 44 | return Version + "-" + Edition |
| 45 | } |
| 46 | |
| 47 | type info struct { |
| 48 | Version string |
no outgoing calls
no test coverage detected