From dc4f9b2eae7640b1cfd13b2098296723e4ae0851 Mon Sep 17 00:00:00 2001 From: Shane da Silva Date: Thu, 19 Sep 2019 02:15:59 -0700 Subject: [PATCH] Bump gem version to 3.0.0 Given the removal of the extension logic that conditionally installed the `ffi` gem on Windows platforms, this fundamentally changes the assumptions around what the gem installs and thus its backwards compatibility, hence necessitating a major version upgrade. --- lib/childprocess/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/childprocess/version.rb b/lib/childprocess/version.rb index d6e0262..2a57384 100644 --- a/lib/childprocess/version.rb +++ b/lib/childprocess/version.rb @@ -1,3 +1,3 @@ module ChildProcess - VERSION = '2.0.0' + VERSION = '3.0.0' end