lib/infoboxer/version.rb in infoboxer-0.2.6 vs lib/infoboxer/version.rb in infoboxer-0.2.7
- old
+ new
@@ -1,7 +1,7 @@
# encoding: utf-8
module Infoboxer
MAJOR = 0
MINOR = 2
- PATCH = 6
+ PATCH = 7
VERSION = [MAJOR, MINOR, PATCH].join('.')
end