Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

minor issue: version number in latest release is stale #253

Closed
spollack opened this issue Dec 12, 2014 · 2 comments
Closed

minor issue: version number in latest release is stale #253

spollack opened this issue Dec 12, 2014 · 2 comments

Comments

@spollack
Copy link
Contributor

version 0.10.16 reports itself as 0.10.15.

SethP-MacBook-Pro-3 @ /Users/spollack -> npm ls -g --depth=0 | grep "streamline"
└── [email protected]
SethP-MacBook-Pro-3 @ /Users/spollack -> /usr/local/lib/node_modules/streamline/bin/_node --version
streamline v0.10.15

looks like lib/version.js is stale.

@bjouhier
Copy link
Member

The version is used to automatically invalidate the cache when the transform changes. I did not increment it between 0.10.15 and 0.10.16 because the transform did not change but I forgot about --version. I'll fix it in 0.10.17.

@spollack
Copy link
Contributor Author

Thanks. no rush.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants