From f1a8cbe886b3e92a08174301aac6e2bb0a688372 Mon Sep 17 00:00:00 2001 From: Pietro Menna Date: Fri, 1 Dec 2017 22:58:36 -0200 Subject: [PATCH] Version bump to 1.8.0 --- Gemfile.lock | 2 +- lib/wikipedia/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 0dfd532..00d831c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - wikipedia-client (1.7.1) + wikipedia-client (1.8.0) GEM remote: https://rubygems.org/ diff --git a/lib/wikipedia/version.rb b/lib/wikipedia/version.rb index 6ad7856..3aac034 100644 --- a/lib/wikipedia/version.rb +++ b/lib/wikipedia/version.rb @@ -1,3 +1,3 @@ module Wikipedia - VERSION = '1.7.1'.freeze + VERSION = '1.8.0'.freeze end