Skip to content

Commit

Permalink
chore: 🔖 update latest supported expo sdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
gingerbenw committed Nov 22, 2024
1 parent 8f0cb12 commit 590623a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/expo-cli/lib/version-information.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const semver = require('semver')

// the major version number of the latest Expo SDK we support
const LATEST_SUPPORTED_EXPO_SDK = 51
const LATEST_SUPPORTED_EXPO_SDK = 52

class Version {
constructor (expoSdkVersion, bugsnagVersion, isLegacy = false) {
Expand Down

0 comments on commit 590623a

Please sign in to comment.