From 86374fd49fee5df4bc9383618ad9adecb106c1e7 Mon Sep 17 00:00:00 2001 From: Pedro Furtado Date: Mon, 21 Jun 2021 18:12:11 -0300 Subject: [PATCH] Prepare for new release 2.3.0, that contains some new features (#93) --- 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 a85291a..c8d7457 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.2.0".freeze + VERSION = '2.3.0'.freeze end end