From 5d3173977f124a2fcb263bfbaaae62aa71308746 Mon Sep 17 00:00:00 2001 From: Thibault Jouan Date: Tue, 20 Aug 2013 03:16:45 +0000 Subject: [PATCH] Bump version to 0.1.0 --- lib/producer/core/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/producer/core/version.rb b/lib/producer/core/version.rb index e7ceea6..d351361 100644 --- a/lib/producer/core/version.rb +++ b/lib/producer/core/version.rb @@ -1,5 +1,5 @@ module Producer module Core - VERSION = '0.0.1' + VERSION = '0.1.0' end end