From 285675f8362bcbcc29ed514f9f967cf0bfc72938 Mon Sep 17 00:00:00 2001 From: Masahiko Sawada Date: Tue, 25 Apr 2017 15:25:42 +0900 Subject: [PATCH] Bump version to 1.4.0 (stable). --- META.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/META.json b/META.json index 3c8decd..b67b0be 100644 --- a/META.json +++ b/META.json @@ -2,19 +2,19 @@ "name": "pg_repack", "abstract": "PostgreSQL module for data reorganization", "description": "Reorganize tables in PostgreSQL databases with minimal locks", - "version": "1.4-dev0", + "version": "1.4", "maintainer": [ "Josh Kupershmidt ", "Daniele Varrazzo ", "Beena Emerson " ], "tags": [ "bloat", "maintenance", "vacuum", "cluster" ], - "release_status": "testing", + "release_status": "stable", "license": "bsd", "provides": { "pg_repack": { "file": "lib/pg_repack.sql", - "version": "1.4-dev0", + "version": "1.4", "abstract": "Reorganize tables in PostgreSQL databases with minimal locks" } },