summaryrefslogtreecommitdiff
path: root/packages/cli/src/utils/version.ts
blob: 50b69350fa1bea716f7fee70f37a9e596baa0d5a (plain)
1
2
3
4
5
6
7
8
9
/**
 * @license
 * Copyright 2025 Google LLC
 * SPDX-License-Identifier: Apache-2.0
 */

export function getCliVersion(): string {
  return process.env.CLI_VERSION || process.version;
}