From 7166a0ee8cecf11bab626adcbab55fdd03da8990 Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Fri, 13 Oct 2017 09:16:37 +0100 Subject: [PATCH] Preparing release 1.4.2 --- META.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/META.json b/META.json index 9ab89fd..ad0425b 100644 --- a/META.json +++ b/META.json @@ -2,7 +2,7 @@ "name": "pg_repack", "abstract": "PostgreSQL module for data reorganization", "description": "Reorganize tables in PostgreSQL databases with minimal locks", - "version": "1.4.1", + "version": "1.4.2", "maintainer": [ "Beena Emerson ", "Josh Kupershmidt ", @@ -15,7 +15,7 @@ "provides": { "pg_repack": { "file": "lib/pg_repack.sql", - "version": "1.4.1", + "version": "1.4.2", "abstract": "Reorganize tables in PostgreSQL databases with minimal locks" } },