🐞 Bug
Description
After installing the latest version of xarvis-cli from npmjs.org, the xarvis -v shows an older version, not the current one.
The fix lies in this file.
Probable Solution
Build a program to generate the current version during deployment or release automatically. And use that generated version for the version command.
🐞 Bug
Description
After installing the latest version of
xarvis-clifrom npmjs.org, thexarvis -vshows an older version, not the current one.The fix lies in this file.
Probable Solution
Build a program to generate the current version during deployment or release automatically. And use that generated version for the version command.