From c1bffb2f40cfe52cbdea269655c9cd543be022a4 Mon Sep 17 00:00:00 2001 From: Edgars Beigarts Date: Wed, 27 Sep 2023 16:58:21 +0300 Subject: [PATCH] Release v0.2.0 --- lib/omniauth/dnb/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/omniauth/dnb/version.rb b/lib/omniauth/dnb/version.rb index aca9270..4750cbf 100644 --- a/lib/omniauth/dnb/version.rb +++ b/lib/omniauth/dnb/version.rb @@ -1,5 +1,5 @@ module Omniauth module Dnb - VERSION = '0.1.0' + VERSION = '0.2.0' end end