V1.3: Version
Version
By running hanami version
we can see the current version of the framework that we are using.
$ bundle exec hanami version
v1.3.0
There are also --version
and -v
aliases.
$ bundle exec hanami --version
v1.3.0
$ bundle exec hanami -v
v1.3.0