From fe26931f2e7934e0800dd3fe646bef4a1ad2e192 Mon Sep 17 00:00:00 2001 From: Bobby McDonald Date: Mon, 11 Jan 2021 14:36:50 -0500 Subject: [PATCH] Release 2.0.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 c2b5fe5..957ed63 100644 --- a/lib/omniauth/version.rb +++ b/lib/omniauth/version.rb @@ -1,3 +1,3 @@ module OmniAuth - VERSION = '2.0.0-rc1'.freeze + VERSION = '2.0.0'.freeze end