From a7dde5afcea0bfb56b9299bf3629543e5c578d6a Mon Sep 17 00:00:00 2001 From: Thibault Jouan Date: Thu, 9 Jan 2014 01:09:17 +0000 Subject: [PATCH] Bump version to 0.1.10 --- 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 68981f0..891cb95 100644 --- a/lib/producer/core/version.rb +++ b/lib/producer/core/version.rb @@ -1,5 +1,5 @@ module Producer module Core - VERSION = '0.1.9' + VERSION = '0.1.10' end end