lib/infoboxer/version.rb in infoboxer-0.3.1 vs lib/infoboxer/version.rb in infoboxer-0.3.2

- old
+ new

@@ -1,7 +1,7 @@ module Infoboxer MAJOR = 0 MINOR = 3 - PATCH = 1 + PATCH = 2 PRE = nil VERSION = [MAJOR, MINOR, PATCH, PRE].compact.join('.') end