Skip to content

Commit 3862aa5

Browse files
author
Aaron Züger
committed
bump settings version
1 parent ed8a7df commit 3862aa5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/settings/Settings.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ namespace Pinetime {
328328
private:
329329
Pinetime::Controllers::FS& fs;
330330

331-
static constexpr uint32_t settingsVersion = 0x0008;
331+
static constexpr uint32_t settingsVersion = 0x0009;
332332

333333
struct SettingsData {
334334
uint32_t version = settingsVersion;

0 commit comments

Comments
 (0)