Skip to content

Commit 68abebc

Browse files
committed
Update settings version number due to the added button-unlock-setting
1 parent 75f3be4 commit 68abebc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/settings/Settings.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ namespace Pinetime {
255255
private:
256256
Pinetime::Controllers::FS& fs;
257257

258-
static constexpr uint32_t settingsVersion = 0x0004;
258+
static constexpr uint32_t settingsVersion = 0x0005;
259259
struct SettingsData {
260260
uint32_t version = settingsVersion;
261261
uint32_t stepsGoal = 10000;

0 commit comments

Comments
 (0)