From 1c8c5482a6bd744d2dc9bab1e35343d0f9181075 Mon Sep 17 00:00:00 2001 From: Roberto Miranda Date: Sun, 30 May 2021 10:15:36 +0100 Subject: [PATCH] Version 2.2.0 --- lib/active_model/otp/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/active_model/otp/version.rb b/lib/active_model/otp/version.rb index 8f8d0ba..a85291a 100644 --- a/lib/active_model/otp/version.rb +++ b/lib/active_model/otp/version.rb @@ -1,5 +1,5 @@ module ActiveModel module Otp - VERSION = "2.1.1".freeze + VERSION = "2.2.0".freeze end end