Skip to content

Commit e9f3bcd

Browse files
authored
Upgrade SQLite database integration plugin to 2.2.12 (#1869)
1 parent 0181a9b commit e9f3bcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export const PLAYGROUND_CLI_MAX_TIMEOUT = 10 * 60 * 1000; // 10 minutes absolute
7676
export const PLAYGROUND_CLI_ACTIVITY_CHECK_INTERVAL = 5 * 1000; // Check for inactivity every 5 seconds
7777

7878
// SQLite
79-
export const SQLITE_DATABASE_INTEGRATION_VERSION = 'v2.2.11';
79+
export const SQLITE_DATABASE_INTEGRATION_VERSION = 'v2.2.12';
8080

8181
export const SQLITE_DATABASE_INTEGRATION_RELEASE_URL = `https://github.com/WordPress/sqlite-database-integration/archive/refs/tags/${ SQLITE_DATABASE_INTEGRATION_VERSION }.zip`;
8282

0 commit comments

Comments
 (0)