Skip to content

Commit

Permalink
Fix pg_search version to v0.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
shhnwz committed Sep 5, 2024
1 parent 3183064 commit b867f43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contrib/pg_search/Trunk.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[extension]
name = "pg_search"
version = "0.7.3"
version = "0.7.6"
repository = "https://github.com/paradedb/paradedb/tree/dev/pg_search"
license = "AGPL-3.0"
description = "Full text search over heap tables using the BM25 algorithm."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ WITH trunk_project_cte AS (
SELECT id
FROM v1.trunk_project_versions
WHERE trunk_project_name = 'pg_search'
AND version = '0.7.3'
AND version = '0.7.6'
),
extension_version_cte AS (
SELECT ev.id
Expand Down

0 comments on commit b867f43

Please sign in to comment.