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