lib/infoboxer/version.rb in infoboxer-0.3.0.pre vs lib/infoboxer/version.rb in infoboxer-0.3.0

- old
+ new

@@ -2,8 +2,7 @@ module Infoboxer MAJOR = 0 MINOR = 3 PATCH = 0 - PRE = 'pre'.freeze # set to `nil` for normal releases - VERSION = [MAJOR, MINOR, PATCH, PRE].compact.join('.') + VERSION = [MAJOR, MINOR, PATCH].join('.') end