From 7deae7eff72752670c99a65e3f759be0f14888b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Re=CC=81mi=20Pre=CC=81vost?= Date: Sat, 21 Jan 2012 14:08:51 -0500 Subject: [PATCH] Bump version to 0.3 --- lib/teamocil.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/teamocil.rb b/lib/teamocil.rb index 9999f1d..ba4c20a 100644 --- a/lib/teamocil.rb +++ b/lib/teamocil.rb @@ -1,5 +1,5 @@ module Teamocil - VERSION = "0.2.2" + VERSION = "0.3" autoload :Layout, "teamocil/layout" autoload :CLI, "teamocil/cli" end