Skip to content

Commit b15f90a

Browse files
committed
Bump settings version (#1)
1 parent 8942791 commit b15f90a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/settings/Settings.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ namespace Pinetime {
244244
private:
245245
Pinetime::Controllers::FS& fs;
246246

247-
static constexpr uint32_t settingsVersion = 0x0003;
247+
static constexpr uint32_t settingsVersion = 0x0004;
248248
struct SettingsData {
249249
uint32_t version = settingsVersion;
250250
uint32_t stepsGoal = 10000;

0 commit comments

Comments
 (0)