about summary refs log tree commit diff
path: root/src/view/screens/Settings.tsx
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2023-06-02 15:29:36 -0500
committerPaul Frazee <pfrazee@gmail.com>2023-06-02 15:29:36 -0500
commit75b729a670a9db03bd8c977b4255cbaa4a6eeb87 (patch)
tree42b3bf2cda0f91e819624cbe4822b9a9ae5b3ed8 /src/view/screens/Settings.tsx
parenta2721ceb95d472a35628fa7bb9361297a317437a (diff)
parentba4bb46c3fc3d670e565c69bdf71dbb4510b51f0 (diff)
downloadvoidsky-75b729a670a9db03bd8c977b4255cbaa4a6eeb87.tar.zst
Merge branch 'main' of github.com:bluesky-social/social-app into main
Diffstat (limited to 'src/view/screens/Settings.tsx')
-rw-r--r--src/view/screens/Settings.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/screens/Settings.tsx b/src/view/screens/Settings.tsx
index 798893855..52be35a48 100644
--- a/src/view/screens/Settings.tsx
+++ b/src/view/screens/Settings.tsx
@@ -445,7 +445,7 @@ export const SettingsScreen = withAuthRequired(
             </Link>
           ) : null}
           <Text type="sm" style={[styles.buildInfo, pal.textLight]}>
-            Build version {AppInfo.appVersion}
+            Build version {AppInfo.appVersion} {AppInfo.updateChannel}
           </Text>
           <View style={s.footerSpacer} />
         </ScrollView>