lib/bunto-avatar/version.rb in bunto-avatar-4.0.0 vs lib/bunto-avatar/version.rb in bunto-avatar-5.0.0

- old
+ new

@@ -1,6 +1,7 @@ +# frozen_string_literal: true module Liquid; class Tag; end; end module Bunto class Avatar < Liquid::Tag - VERSION = '4.0.0'.freeze + VERSION = "5.0.0".freeze end end