From 7d9f4c9630f819aedb0e688470cf3c5cd91c2915 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Tue, 5 Nov 2024 19:39:46 +0000 Subject: [PATCH] Publish Postgres Client 1.1.0 --- features/postgres-client/devcontainer-feature.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/postgres-client/devcontainer-feature.json b/features/postgres-client/devcontainer-feature.json index a97597c..016a3ba 100644 --- a/features/postgres-client/devcontainer-feature.json +++ b/features/postgres-client/devcontainer-feature.json @@ -1,6 +1,6 @@ { "id": "postgres-client", - "version": "1.0.0", + "version": "1.1.0", "name": "Postgres Client", "description": "Installs needed client-side dependencies for Rails apps using Postgres" }