PG-263: Bump version to 1.0.0 - Beta2.

pull/125/head
Ibrar Ahmed 2021-10-22 16:27:36 +00:00
parent e2679e42aa
commit 693838c979
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@
PG_MODULE_MAGIC;
#define BUILD_VERSION "0.9.2-beta1"
#define BUILD_VERSION "1.0.0 - Beta 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
-------------------------
0.9.2-beta1
1.0.0 - Beta 2
(1 row)
DROP EXTENSION pg_stat_monitor;