From 149df2071d2b58d9ba7da614d2182459dd2ee262 Mon Sep 17 00:00:00 2001 From: Lachlan Sylvester Date: Thu, 13 Jul 2023 18:22:12 +1000 Subject: [PATCH] bump version to 3.1 --- lib/active_storage/postgresql/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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