From 512c3805170b4923aacc6e1d1aa888a579479ce0 Mon Sep 17 00:00:00 2001 From: Thibault Jouan Date: Tue, 7 Jan 2014 21:21:42 +0000 Subject: [PATCH] Bump version to 0.1.9 --- 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 ce925be..8b61df6 100644 --- a/lib/producer/core/version.rb +++ b/lib/producer/core/version.rb @@ -1,5 +1,5 @@ module Producer module Core - VERSION = '0.1.7' + VERSION = '0.1.8' end end