# frozen_string_literal: true module Hanami class Assets # Defines the version # # @since 0.1.0 VERSION = "2.2.0.beta1" end end