lib/bunto-avatar/version.rb in bunto-avatar-3.0.0 vs lib/bunto-avatar/version.rb in bunto-avatar-4.0.0
- old
+ new
@@ -1,6 +1,6 @@
module Liquid; class Tag; end; end
module Bunto
class Avatar < Liquid::Tag
- VERSION = '3.0.0'.freeze
+ VERSION = '4.0.0'.freeze
end
end