diff --git a/lib/active_record/postgres_enum/version.rb b/lib/active_record/postgres_enum/version.rb index 378c23f..619ea06 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 = "1.6.1" + VERSION = "1.7.0" end end