From 045469118edbf9ac7a7945a3f7cfc34e6fbe1389 Mon Sep 17 00:00:00 2001 From: Julik Tarkhanov Date: Wed, 19 Jul 2017 01:34:04 +0200 Subject: [PATCH] Bump version once more --- CHANGELOG.md | 2 +- Gemfile.lock | 2 +- lib/patron/version.rb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cf68af..d3660b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -### 0.9.0 +### 0.9.1 * Added ssl_version options `TLSv1_1`, `TLSv1_2`, `TLSv1_3` for explicitly forcing the SSL version * requires the appropriate versions of libCURL and OpenSSL installed to support these new options diff --git a/Gemfile.lock b/Gemfile.lock index ef9fc66..76d1e12 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - patron (0.9.0) + patron (0.9.1) GEM remote: https://rubygems.org/ diff --git a/lib/patron/version.rb b/lib/patron/version.rb index 3dc1e18..027afde 100644 --- a/lib/patron/version.rb +++ b/lib/patron/version.rb @@ -1,3 +1,3 @@ module Patron - VERSION = "0.9.0" + VERSION = "0.9.1" end