From a3387f7b25100939df6a5af339580cbe3055cdc6 Mon Sep 17 00:00:00 2001 From: Christoph Olszowka Date: Fri, 5 Apr 2013 13:37:05 +0200 Subject: [PATCH] Bump to 0.8.0.pre so I can make the crowd in #212 happy quicker :) --- lib/simplecov/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/simplecov/version.rb b/lib/simplecov/version.rb index d0fbf81c..9683d4f9 100644 --- a/lib/simplecov/version.rb +++ b/lib/simplecov/version.rb @@ -1,3 +1,3 @@ module SimpleCov - VERSION = "0.7.1" + VERSION = "0.8.0.pre" end \ No newline at end of file