Skip to content

Commit 53906c4

Browse files
committed
Bumping version to 1.2.0-beta1
Remember to put back the release status to 'stable' before releasing the final version. I hope I got the right version number format for PGXN...
1 parent 18f7595 commit 53906c4

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,18 +2,18 @@
22
"name": "pg_repack",
33
"abstract": "PostgreSQL module for data reorganization",
44
"description": "Reorganize tables in PostgreSQL databases with minimal locks",
5-
"version": "1.2dev1",
5+
"version": "1.2.0-beta1",
66
"maintainer": [
77
"Josh Kupershmidt <schmiddy@gmail.com>",
88
"Daniele Varrazzo <daniele.varrazzo@gmail.com>"
99
],
1010
"tags": [ "bloat", "maintenance", "vacuum", "cluster" ],
11-
"release_status": "stable",
11+
"release_status": "testing",
1212
"license": "bsd",
1313
"provides": {
1414
"pg_repack": {
1515
"file": "lib/pg_repack.sql",
16-
"version": "1.2dev1",
16+
"version": "1.2.0-beta1",
1717
"abstract": "Reorganize tables in PostgreSQL databases with minimal locks"
1818
}
1919
},

0 commit comments

Comments
 (0)