Skip to main content

Version

Retrieves the Procivis One version.

getVersion(): Promise<Version>

Parameters

None

Return value

export interface Version {
target: string;
buildTime: string;
branch: string;
tag: string;
commit: string;
rustVersion: string;
pipelineId: string;
}