From 28facfc04da436904bb9d7cfcf9507fb260e94a4 Mon Sep 17 00:00:00 2001 From: Steve Klabnik Date: Thu, 17 May 2012 15:43:39 -0500 Subject: [PATCH] Bumping to 0.14.0 --- lib/draper/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/draper/version.rb b/lib/draper/version.rb index 8ec9c69..29c2acc 100644 --- a/lib/draper/version.rb +++ b/lib/draper/version.rb @@ -1,3 +1,3 @@ module Draper - VERSION = "0.13.0" + VERSION = "0.14.0" end