From 2ba26bf6768a605e5f9d45efee4c9905a0f243df Mon Sep 17 00:00:00 2001 From: Roger Garza Date: Thu, 24 Jul 2014 17:22:36 -0500 Subject: [PATCH] Version bump to v0.4.20 --- Gemfile.lock | 2 +- lib/patron/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 39213a3..b5fda1a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - patron (0.4.19) + patron (0.4.20) GEM remote: https://rubygems.org/ diff --git a/lib/patron/version.rb b/lib/patron/version.rb index ab200f3..a64437c 100644 --- a/lib/patron/version.rb +++ b/lib/patron/version.rb @@ -1,3 +1,3 @@ module Patron - VERSION = "0.4.19" + VERSION = "0.4.20" end