Skip to content

Commit

Permalink
chore: add version 0.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
joerivanveen committed Jul 21, 2024
1 parent 6149806 commit 6fabacb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions bloembraaden/data/install.sql
Original file line number Diff line number Diff line change
Expand Up @@ -3213,3 +3213,9 @@ ALTER TABLE "public"."cms_variant_x_properties"
ALTER COLUMN x_value TYPE text;

COMMIT;

-- version 0.21.1

BEGIN;

COMMIT;
2 changes: 1 addition & 1 deletion config-example.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@
"logfile": "/path/to/writable/logs/bloembraaden_",
"uploads": "/path/to/writable/uploads/",
"invoice": "/path/to/writable/invoice/",
"version": "0.18.0",
"version": "0.21.1",
"install": false
}

0 comments on commit 6fabacb

Please sign in to comment.