diff --git a/pg_stat_monitor.c b/pg_stat_monitor.c index 05ee7e0..9b204b8 100644 --- a/pg_stat_monitor.c +++ b/pg_stat_monitor.c @@ -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" diff --git a/regression/expected/version.out b/regression/expected/version.out index 27f6dd1..2a6b2f1 100644 --- a/regression/expected/version.out +++ b/regression/expected/version.out @@ -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;