From 0cad30df200b419cbb3f7cde38ab7e2aa518e992 Mon Sep 17 00:00:00 2001 From: Dmitrii Golub Date: Thu, 29 Mar 2018 18:36:09 +0300 Subject: [PATCH] Bump to version 2.1.0 --- lib/two_factor_authentication/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/two_factor_authentication/version.rb b/lib/two_factor_authentication/version.rb index a39aa7f..7213a12 100644 --- a/lib/two_factor_authentication/version.rb +++ b/lib/two_factor_authentication/version.rb @@ -1,3 +1,3 @@ module TwoFactorAuthentication - VERSION = "2.0.1".freeze + VERSION = "2.1.0".freeze end