diff --git a/lib/active_storage/postgresql/version.rb b/lib/active_storage/postgresql/version.rb index 97e3fc9..e4f8509 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.1.1' + VERSION = '0.2.0' end end