lib/infoboxer/version.rb in infoboxer-0.2.7 vs lib/infoboxer/version.rb in infoboxer-0.2.8

- old
+ new

@@ -1,7 +1,8 @@ # encoding: utf-8 + module Infoboxer MAJOR = 0 MINOR = 2 - PATCH = 7 + PATCH = 8 VERSION = [MAJOR, MINOR, PATCH].join('.') end