From 9c1af25aadf4b809af5bd2a2ade1e5e6d21f52a6 Mon Sep 17 00:00:00 2001 From: Dmitrii Golub Date: Tue, 18 Jul 2017 22:08:10 +0300 Subject: [PATCH] Bump to version 2.0.1 --- 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 29165ae..a39aa7f 100644 --- a/lib/two_factor_authentication/version.rb +++ b/lib/two_factor_authentication/version.rb @@ -1,3 +1,3 @@ module TwoFactorAuthentication - VERSION = "2.0.0".freeze + VERSION = "2.0.1".freeze end