From e51adbdefa9ee65ea6c87d01d4bb250db97336f1 Mon Sep 17 00:00:00 2001 From: Thibault Jouan Date: Thu, 26 Sep 2013 00:20:39 +0000 Subject: [PATCH] Bump version to 0.1.2 --- 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 7af628e..f844e1d 100644 --- a/lib/producer/core/version.rb +++ b/lib/producer/core/version.rb @@ -1,5 +1,5 @@ module Producer module Core - VERSION = '0.1.1' + VERSION = '0.1.2' end end