From 68289135bdd68de45872ff98e8e546701be99225 Mon Sep 17 00:00:00 2001 From: stopflock Date: Fri, 26 Sep 2025 17:21:54 -0500 Subject: [PATCH] bump version --- lib/dev_config.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/dev_config.dart b/lib/dev_config.dart index e62a8fc..638459c 100644 --- a/lib/dev_config.dart +++ b/lib/dev_config.dart @@ -33,7 +33,7 @@ const double kAddPinYOffset = 0.0; // Client name and version for OSM uploads ("created_by" tag) const String kClientName = 'DeFlock'; -const String kClientVersion = '0.9.8'; +const String kClientVersion = '0.9.10'; // Development/testing features - set to false for production builds const bool kEnableDevelopmentModes = false; // Set to false to hide sandbox/simulate modes and force production mode