Skip to content

Commit

Permalink
Merge pull request #126 from EvgeniyPatlan/master
Browse files Browse the repository at this point in the history
PG-264 fix version
  • Loading branch information
EvgeniyPatlan authored Nov 1, 2021
2 parents 693838c + ac7aa57 commit 22ebe35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pg_stat_monitor.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

PG_MODULE_MAGIC;

#define BUILD_VERSION "1.0.0 - Beta 2"
#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"

Expand Down
2 changes: 1 addition & 1 deletion regression/expected/version.out
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ CREATE EXTENSION pg_stat_monitor;
SELECT pg_stat_monitor_version();
pg_stat_monitor_version
-------------------------
1.0.0 - Beta 2
1.0.0-beta-2
(1 row)

DROP EXTENSION pg_stat_monitor;

0 comments on commit 22ebe35

Please sign in to comment.