# frozen_string_literal: true module Liquid; class Tag; end; end module Bunto class Avatar < Liquid::Tag VERSION = "5.0.0".freeze end end