Align on RELEASE_VERSION

This commit is contained in:
Eric Bailey
2025-07-28 17:02:02 -05:00
parent 45af32f20a
commit e21176fc8c
4 changed files with 5 additions and 8 deletions
+1 -1
View File
@@ -210,7 +210,7 @@ function toStatsigUser(did: string | undefined): StatsigUser {
refSrc,
refUrl,
platform: Platform.OS as 'ios' | 'android' | 'web',
appVersion: env.PACKAGE_VERSION,
appVersion: env.RELEASE_VERSION,
bundleIdentifier: env.BUNDLE_IDENTIFIER,
bundleDate: env.BUNDLE_DATE,
appLanguage: languagePrefs.appLanguage,