summaryrefslogtreecommitdiff
path: root/platform/default/mbgl/util/default_styles.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'platform/default/mbgl/util/default_styles.hpp')
-rw-r--r--platform/default/mbgl/util/default_styles.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/default/mbgl/util/default_styles.hpp b/platform/default/mbgl/util/default_styles.hpp
index eb7e034722..32944394aa 100644
--- a/platform/default/mbgl/util/default_styles.hpp
+++ b/platform/default/mbgl/util/default_styles.hpp
@@ -24,7 +24,7 @@ const DefaultStyle orderedStyles[] = {
};
const size_t numOrderedStyles = sizeof(orderedStyles) / sizeof(DefaultStyle);
-static const unsigned currentVersion = 9;
+static const unsigned currentVersion = 10;
} // end namespace default_styles
} // end namespace util