From 96b60ac0d998ad462de9548a5190d2c4eaf51784 Mon Sep 17 00:00:00 2001 From: Harry Maclean Date: Tue, 6 Mar 2018 08:45:38 +0000 Subject: [PATCH] Bump version to 0.4.0 --- 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 a7773b0..05c2375 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.3.0" + VERSION = "0.4.0" end