From 946281d441523c9a009657a1c658f5134c17b482 Mon Sep 17 00:00:00 2001 From: Robin Daugherty Date: Wed, 11 Oct 2017 16:40:27 -0400 Subject: [PATCH] Version 2.4.0 --- lib/better_errors/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/better_errors/version.rb b/lib/better_errors/version.rb index dd8bafd8..4f6e0401 100644 --- a/lib/better_errors/version.rb +++ b/lib/better_errors/version.rb @@ -1,3 +1,3 @@ module BetterErrors - VERSION = "2.3.0" + VERSION = "2.4.0" end