Skip to content

Commit 779fd82

Browse files
committed
Bump version to 1.3.0 (stable).
1 parent 859af29 commit 779fd82

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

META.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22
"name": "pg_repack",
33
"abstract": "PostgreSQL module for data reorganization",
44
"description": "Reorganize tables in PostgreSQL databases with minimal locks",
5-
"version": "1.3.0-beta1",
5+
"version": "1.3.0",
66
"maintainer": [
77
"Josh Kupershmidt <schmiddy@gmail.com>",
88
"Daniele Varrazzo <daniele.varrazzo@gmail.com>",
99
"Beena Emerson <memissemerson@gmail.com>"
1010
],
1111
"tags": [ "bloat", "maintenance", "vacuum", "cluster" ],
12-
"release_status": "testing",
12+
"release_status": "stable",
1313
"license": "bsd",
1414
"provides": {
1515
"pg_repack": {
1616
"file": "lib/pg_repack.sql",
17-
"version": "1.3.0-beta1",
17+
"version": "1.3.0",
1818
"abstract": "Reorganize tables in PostgreSQL databases with minimal locks"
1919
}
2020
},

0 commit comments

Comments
 (0)