From 913001f8b2e6f895e066624738eb8bd7599d0a2f Mon Sep 17 00:00:00 2001 From: Nick Campbell Date: Mon, 23 Sep 2019 11:42:43 +0100 Subject: [PATCH] Bump version to 0.4.8 This fixes an issue with loading net/http --- lib/companies_house/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/companies_house/version.rb b/lib/companies_house/version.rb index 1f22910..6b8fdc0 100644 --- a/lib/companies_house/version.rb +++ b/lib/companies_house/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module CompaniesHouse - VERSION = "0.4.7" + VERSION = "0.4.8" end