grafana-wizzy / wizzy

Manage & automate Grafana with easy wizzy
https://grafana-wizzy.com
Apache License 2.0
468 stars 60 forks source link

fix(command): Fix version command. #177

Closed jessestuart closed 4 years ago

jessestuart commented 4 years ago

Hi! Long time listener, first-time caller. 👋

What does this PR do?

Updates the version string printed by the wizzy version command. It was hardcoded to 0.6.0 and not updated when 0.7.0 was released. I've updated the module to instead parse the version from package.json, to avoid these falling out of sync in the future.