From f9042487e8dd665922f5aa58cb1a55d640233e2f Mon Sep 17 00:00:00 2001 From: Dmitrii Golub Date: Tue, 29 Jan 2019 18:13:39 +0300 Subject: [PATCH] bump version to 2.2.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 7ed0623..239fae1 100644 --- a/lib/two_factor_authentication/version.rb +++ b/lib/two_factor_authentication/version.rb @@ -1,3 +1,3 @@ module TwoFactorAuthentication - VERSION = "2.1.1".freeze + VERSION = "2.2.0".freeze end