PG-356: Bump version to 1.0.0-rc.2.

pull/192/head
Hamid Akhtar 2022-03-09 19:30:09 +05:00
parent 23f2ef13b8
commit 961ddd9e11
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@
PG_MODULE_MAGIC;
#define BUILD_VERSION "1.0.0-rc.1"
#define BUILD_VERSION "1.0.0-rc.2"
#define PG_STAT_STATEMENTS_COLS 53 /* maximum of above */
#define PGSM_TEXT_FILE "/tmp/pg_stat_monitor_query"

View File

@ -2,7 +2,7 @@ CREATE EXTENSION pg_stat_monitor;
SELECT pg_stat_monitor_version();
pg_stat_monitor_version
-------------------------
1.0.0-rc.1
1.0.0-rc.2
(1 row)
DROP EXTENSION pg_stat_monitor;