mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-30 20:50:34 +00:00
fix version set for cli and slash commands (#892)
This commit is contained in:
parent
3f5ac384cc
commit
5bab5a7378
4 changed files with 11 additions and 3 deletions
|
|
@ -5,5 +5,5 @@
|
|||
*/
|
||||
|
||||
export function getCliVersion(): string {
|
||||
return process.env.CLI_VERSION || process.version;
|
||||
return process.env.CLI_VERSION || 'unknown';
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue