Your IP : 216.73.217.90


Current Path : /proc/self/root/usr/local/lib/node_modules/@google/gemini-cli/dist/src/utils/
Upload File :
Current File : //proc/self/root/usr/local/lib/node_modules/@google/gemini-cli/dist/src/utils/version.js

/**
 * @license
 * Copyright 2025 Google LLC
 * SPDX-License-Identifier: Apache-2.0
 */
import { getPackageJson } from './package.js';
export async function getCliVersion() {
    const pkgJson = await getPackageJson();
    return process.env.CLI_VERSION || pkgJson?.version || 'unknown';
}
//# sourceMappingURL=version.js.map