Release 0.7.5-202407

This commit is contained in:
xbgmsharp
2024-07-31 11:16:38 +02:00
parent 0a13e0a798
commit e857440133
2 changed files with 2 additions and 2 deletions

View File

@@ -741,7 +741,7 @@ GRANT EXECUTE ON ALL FUNCTIONS IN SCHEMA public TO vessel_role;
-- Update version
UPDATE public.app_settings
SET value='0.7.4'
SET value='0.7.5'
WHERE "name"='app.version';
\c postgres

View File

@@ -1 +1 @@
0.7.4
0.7.5