Version

By running hanami version we can see the current version of the framework that we are using.

  1. $ bundle exec hanami version
  2. v1.3.0

There are also --version and -v aliases.

  1. $ bundle exec hanami --version
  2. v1.3.0
  3. $ bundle exec hanami -v
  4. v1.3.0