From a69ebf3b49b910db8be42a449769821cd01cab04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Pr=C3=A9vost?= Date: Sat, 5 Feb 2011 13:55:07 -0500 Subject: [PATCH] Update version to 0.1.2 --- lib/teamocil.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/teamocil.rb b/lib/teamocil.rb index 90dec28..cbb66f1 100644 --- a/lib/teamocil.rb +++ b/lib/teamocil.rb @@ -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