truefoundry/secretsfoundry

Version in cli is hardcoded to 0.1.0 - base it on version in package.json

Closed this issue · 1 comments

We currently hardcode the version to 0.1.0 in index.ts:

.version('0.1.0', '-V, --version', 'output the current version')

We should base it on the version in package.json

Closed PR #62