Skip to content

Commit

Permalink
Fix info
Browse files Browse the repository at this point in the history
  • Loading branch information
marcopeg committed Jul 12, 2024
1 parent 89489b0 commit b9c3f62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion builds/v4.0.2/fetchq--4.0.2.sql
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ CREATE OR REPLACE FUNCTION fetchq.info(
OUT version VARCHAR
) AS $$
BEGIN
version='4.0.1';
version='4.0.2';
END; $$
LANGUAGE plpgsql;

Expand Down
2 changes: 1 addition & 1 deletion src/info.sql
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ CREATE OR REPLACE FUNCTION fetchq.info(
OUT version VARCHAR
) AS $$
BEGIN
version='4.0.1';
version='4.0.2';
END; $$
LANGUAGE plpgsql;

0 comments on commit b9c3f62

Please sign in to comment.