mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-20 16:57:46 +00:00
fix version set for cli and slash commands (#892)
This commit is contained in:
@@ -5,5 +5,5 @@
|
||||
*/
|
||||
|
||||
export function getCliVersion(): string {
|
||||
return process.env.CLI_VERSION || process.version;
|
||||
return process.env.CLI_VERSION || 'unknown';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user