Skip to content

Commit

Permalink
chore: enable SDK 52 as default SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
byCedric committed Dec 4, 2024
1 parent 32cb15d commit a69550e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/snack-content/src/defaults.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { SDKVersion } from './types';

export const defaultSdkVersion: SDKVersion = '51.0.0';
export const defaultSdkVersion: SDKVersion = '52.0.0';

// Mostly used for tests
export const oldestSdkVersion: SDKVersion = '50.0.0';
Expand Down

0 comments on commit a69550e

Please sign in to comment.