hanami/lib/hanami/version.rb

7 lines
102 B
Ruby

module Hanami
# Defines the full version
#
# @since 0.1.0
VERSION = '1.0.0.alpha1'.freeze
end