Skip to content

Instantly share code, notes, and snippets.

@atmos
Created February 14, 2012 04:45
Show Gist options
  • Save atmos/1823612 to your computer and use it in GitHub Desktop.
Save atmos/1823612 to your computer and use it in GitHub Desktop.
yo lemme see what version of the heroku gem i have installed.
$ heroku --version
! `--version` is not a heroku command.
! Perhaps you meant `version`.
! See `heroku help` for additional details.
~$ heroku -V
! `-V` is not a heroku command.
! Perhaps you meant `-h`.
! See `heroku help` for additional details.
~$ heroku -version
! `-version` is not a heroku command.
! Perhaps you meant `version`.
! See `heroku help` for additional details.
~$ heroku -v
! `-v` is not a heroku command.
! Perhaps you meant `-h`.
! See `heroku help` for additional details.
~$ gem list heroku
*** LOCAL GEMS ***
heroku (2.17.0, 2.14.0, 2.4.0)
@atmos
Copy link
Author

atmos commented Feb 14, 2012

And 5 minutes later I think heroku version! :\

@ddollar
Copy link

ddollar commented Feb 21, 2012

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