From f255a4175df970a4562fd82843a6d1a6fd71d7ad Mon Sep 17 00:00:00 2001 From: Josh Kupershmidt Date: Thu, 13 Aug 2015 22:15:30 -0400 Subject: [PATCH] Bump version to 1.3.2 --- META.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/META.json b/META.json index bb4f63b..3741e1e 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.3.1", + "version": "1.3.2", "maintainer": [ "Josh Kupershmidt ", "Daniele Varrazzo ", @@ -14,7 +14,7 @@ "provides": { "pg_repack": { "file": "lib/pg_repack.sql", - "version": "1.3.1", + "version": "1.3.2", "abstract": "Reorganize tables in PostgreSQL databases with minimal locks" } },