lib/infoboxer/version.rb in infoboxer-0.2.5 vs lib/infoboxer/version.rb in infoboxer-0.2.6

- old
+ new

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