Bumping version for upcoming 0.9.2-beta1 release

pull/104/head 0.9.2-BETA1
Ibrar Ahmed 2021-09-06 15:40:53 +05:00 committed by GitHub
parent b48522961b
commit 0ceef74071
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ CREATE EXTENSION pg_stat_monitor;
SELECT pg_stat_monitor_version();
pg_stat_monitor_version
-------------------------
devel
0.9.2-beta1
(1 row)
DROP EXTENSION pg_stat_monitor;