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

- old
+ new

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