Bumping version for upcoming 0.9.2-beta1 release

This commit is contained in:
Ibrar Ahmed
2021-09-06 15:40:53 +05:00
committed by GitHub
parent b48522961b
commit 0ceef74071

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;