yangshun / tree-node-cli

🌲 Node.js library to list the contents of directories in a tree-like format, similar to the Linux tree command
MIT License
238 stars 26 forks source link

version number release update #37

Closed jtroussard closed 7 months ago

jtroussard commented 8 months ago

Hi Team!

Just ran a global installation

npm install -g tree-node-cli

then my routine version check after installs,

tree --version

and noticed the release version and installed version were not ==

1.6.0 vs 1.3.0

is 1.6 dev ? or do we just need to create a new github release?