From 134a09f281d1956bc6ca537a36f84c369d324b1a Mon Sep 17 00:00:00 2001 From: Misha Merkushin Date: Thu, 13 Jun 2024 12:47:20 +0300 Subject: [PATCH] bump 2.1.0 --- lib/active_record/postgres_enum/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/active_record/postgres_enum/version.rb b/lib/active_record/postgres_enum/version.rb index a76e10c..5993437 100644 --- a/lib/active_record/postgres_enum/version.rb +++ b/lib/active_record/postgres_enum/version.rb @@ -2,6 +2,6 @@ module ActiveRecord module PostgresEnum - VERSION = "2.0.2" + VERSION = "2.1.0" end end