diff --git a/lib/active_storage/postgresql/version.rb b/lib/active_storage/postgresql/version.rb index fab901c..649bea4 100644 --- a/lib/active_storage/postgresql/version.rb +++ b/lib/active_storage/postgresql/version.rb @@ -1,5 +1,5 @@ module ActiveStorage module PostgreSQL - VERSION = '0.3.0' + VERSION = '0.3.1' end end