Skip to content

Commit 0f7e614

Browse files
committed
update default pgstac to 0.9.5
1 parent 97a7121 commit 0f7e614

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/database/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import { CustomLambdaFunctionProps } from "../utils";
1414
import { PgBouncer } from "./PgBouncer";
1515

1616
const instanceSizes: Record<string, number> = require("./instance-memory.json");
17-
const DEFAULT_PGSTAC_VERSION = "0.8.5";
17+
const DEFAULT_PGSTAC_VERSION = "0.9.5";
1818

1919
let defaultPgSTACCustomOptions: { [key: string]: any } = {
2020
context: "FALSE",

0 commit comments

Comments
 (0)