From 949ffca137836b24fe30e032ca0b13ed613f9bc6 Mon Sep 17 00:00:00 2001 From: Tom Milewski Date: Sun, 5 Feb 2017 20:10:17 -0500 Subject: [PATCH] Bump version to 1.4.0 --- lib/omniauth/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/omniauth/version.rb b/lib/omniauth/version.rb index 3ccc20d..8a99e9e 100644 --- a/lib/omniauth/version.rb +++ b/lib/omniauth/version.rb @@ -1,3 +1,3 @@ module OmniAuth - VERSION = '1.3.2'.freeze + VERSION = '1.4.0'.freeze end