Skip to content

Commit

Permalink
Change build version number
Browse files Browse the repository at this point in the history
  • Loading branch information
JavidHaji-zada committed Dec 1, 2023
1 parent 19a2f00 commit 061299a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/screens/Settings/Settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export const SettingsScreen = () => {
<View style={styles.innerContainer}>
{SETTINGS_MENU_ITEMS.map(renderMenu)}
</View>
{isStage && <Text style={{ margin: 20 }}>Build: 1.1.9.1</Text>}
{isStage && <Text style={{ margin: 20 }}>Build: 1.1.0.1</Text>}
</View>
);
};

0 comments on commit 061299a

Please sign in to comment.