From 475b019dd7c58f2a427fb96ca53d63a9ce46b72e Mon Sep 17 00:00:00 2001 From: Thibault Jouan Date: Sat, 8 Mar 2014 19:44:31 +0000 Subject: [PATCH] Bump version to 0.1.16 --- 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 e164934..22b169a 100644 --- a/lib/producer/core/version.rb +++ b/lib/producer/core/version.rb @@ -1,5 +1,5 @@ module Producer module Core - VERSION = '0.1.15' + VERSION = '0.1.16' end end