From 852d07fedb3514ef628c97e1e4eb8a07bd4253e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Re=CC=81mi=20Pre=CC=81vost?= Date: Sun, 23 Oct 2011 19:48:33 -0400 Subject: [PATCH] Bump to 0.2 --- lib/teamocil.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/teamocil.rb b/lib/teamocil.rb index b8f8272..9466128 100644 --- a/lib/teamocil.rb +++ b/lib/teamocil.rb @@ -1,5 +1,5 @@ module Teamocil - VERSION = "0.1.11" + VERSION = "0.2" autoload :Layout, "teamocil/layout" autoload :CLI, "teamocil/cli" end