From e1fc27a62cf26d3ae8ce5e21a849d9a5ad3de3ef Mon Sep 17 00:00:00 2001 From: Erik Michaels-Ober Date: Sun, 20 Dec 2015 01:14:46 -0500 Subject: [PATCH] Bump version to 1.3.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 1da6ae7..851768f 100644 --- a/lib/omniauth/version.rb +++ b/lib/omniauth/version.rb @@ -1,3 +1,3 @@ module OmniAuth - VERSION = '1.2.2' + VERSION = '1.3.0' end