From 6db71caea906b735b6eca70615ec10357cc49901 Mon Sep 17 00:00:00 2001 From: Thibault Jouan Date: Tue, 21 Jan 2014 01:20:15 +0000 Subject: [PATCH] Bump version to 0.1.11 --- 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 891cb95..099dcc8 100644 --- a/lib/producer/core/version.rb +++ b/lib/producer/core/version.rb @@ -1,5 +1,5 @@ module Producer module Core - VERSION = '0.1.10' + VERSION = '0.1.11' end end