hanami-utils/lib/hanami/utils/version.rb

9 lines
119 B
Ruby

module Hanami
module Utils
# Defines the version
#
# @since 0.1.0
VERSION = '0.7.0'.freeze
end
end