Release 0.9.2

This commit is contained in:
xbgmsharp
2025-06-15 22:22:55 +02:00
parent 14d19a5394
commit b7efb9636f
3 changed files with 4 additions and 4 deletions

View File

@@ -3441,7 +3441,7 @@ GRANT EXECUTE ON ALL FUNCTIONS IN SCHEMA public TO scheduler;
-- Update version
UPDATE public.app_settings
SET value='0.9.1'
SET value='0.9.2'
WHERE "name"='app.version';
\c postgres

View File

@@ -1 +1 @@
0.9.1
0.9.2