lib/infoboxer/version.rb in infoboxer-0.3.3 vs lib/infoboxer/version.rb in infoboxer-0.4.0

- old
+ new

@@ -1,7 +1,9 @@ +# frozen_string_literal: true + module Infoboxer MAJOR = 0 - MINOR = 3 - PATCH = 3 + MINOR = 4 + PATCH = 0 PRE = nil VERSION = [MAJOR, MINOR, PATCH, PRE].compact.join('.') end