Just fallback to package version for Render deploys

This commit is contained in:
Eric Bailey
2025-07-28 17:45:45 -05:00
parent 3f4736c383
commit 9a3a9ac537
3 changed files with 6 additions and 2 deletions
+2
View File
@@ -4,6 +4,8 @@ import packageJson from '#/../package.json'
/**
* The semver version of the app, as defined in `package.json.`
*
* N.B. The fallback is needed for Render.com deployments
*/
export const RELEASE_VERSION: string =
process.env.EXPO_PUBLIC_RELEASE_VERSION || packageJson.version