Update version to 0.1.2

This commit is contained in:
Rémi Prévost 2011-02-05 13:55:07 -05:00
parent bd247fef35
commit a69ebf3b49

View File

@ -4,6 +4,6 @@ $:.unshift(File.dirname(__FILE__)) unless
$:.include?(File.dirname(__FILE__)) || $:.include?(File.expand_path(File.dirname(__FILE__)))
module Teamocil
VERSION = '0.1.1'
VERSION = '0.1.2'
autoload :Layout, "teamocil/layout"
end