From b083bddeeb172a8799d0e2532fd9722715093bc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Re=CC=81mi=20Pre=CC=81vost?= Date: Mon, 5 Mar 2012 14:22:21 -0500 Subject: [PATCH] Bump version to 0.3.2 --- lib/teamocil.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/teamocil.rb b/lib/teamocil.rb index 19be449..8175ec7 100644 --- a/lib/teamocil.rb +++ b/lib/teamocil.rb @@ -1,5 +1,5 @@ module Teamocil - VERSION = "0.3.1" + VERSION = "0.3.2" autoload :Layout, "teamocil/layout" autoload :CLI, "teamocil/cli" end