# frozen_string_literal: true module Hanami class View # @api public # @since 0.1.0 VERSION = "2.1.0" end end