Release 0.8.0-202411

This commit is contained in:
xbgmsharp
2024-12-06 12:47:23 +01:00
parent 40675a467e
commit 9be725fa24
2 changed files with 2 additions and 2 deletions

View File

@@ -1970,7 +1970,7 @@ GRANT EXECUTE ON ALL FUNCTIONS IN SCHEMA public TO user_role;
-- Update version
UPDATE public.app_settings
SET value='0.7.8'
SET value='0.8.0'
WHERE "name"='app.version';
\c postgres

View File

@@ -1 +1 @@
0.7.8
0.8.0