From 14b7bbdedba2fba70304105ca037759dc38e80ba Mon Sep 17 00:00:00 2001 From: Jean Boussier Date: Tue, 26 Mar 2019 16:01:25 +0100 Subject: [PATCH] bump to 1.4.2 --- lib/bootsnap/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/bootsnap/version.rb b/lib/bootsnap/version.rb index 25fe1359..af66a765 100644 --- a/lib/bootsnap/version.rb +++ b/lib/bootsnap/version.rb @@ -1,3 +1,3 @@ module Bootsnap - VERSION = "1.4.2.rc3" + VERSION = "1.4.2" end