From 5c525900f1ef3455a6def021bd76d3416398b1b8 Mon Sep 17 00:00:00 2001 From: stopflock Date: Sun, 28 Sep 2025 23:18:51 -0500 Subject: [PATCH] bump version, disable dev mode --- lib/dev_config.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/dev_config.dart b/lib/dev_config.dart index 2b61dc7..db1446c 100644 --- a/lib/dev_config.dart +++ b/lib/dev_config.dart @@ -31,10 +31,10 @@ const double kAddPinYOffset = 0.0; // Client name and version for OSM uploads ("created_by" tag) const String kClientName = 'DeFlock'; -const String kClientVersion = '0.9.11'; +const String kClientVersion = '0.9.12'; // Development/testing features - set to false for production builds -const bool kEnableDevelopmentModes = true; // Set to false to hide sandbox/simulate modes and force production mode +const bool kEnableDevelopmentModes = false; // Set to false to hide sandbox/simulate modes and force production mode // Marker/node interaction const int kCameraMinZoomLevel = 10; // Minimum zoom to show nodes (Overpass)