From fe7486ea683aed4ee12c70b56d86e3e650251ba0 Mon Sep 17 00:00:00 2001 From: ashilkn Date: Wed, 30 Jul 2025 13:12:53 +0530 Subject: [PATCH] Update currentChangeLogVersion --- mobile/apps/photos/lib/services/update_service.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile/apps/photos/lib/services/update_service.dart b/mobile/apps/photos/lib/services/update_service.dart index 4c7b1dc881..6974d4148e 100644 --- a/mobile/apps/photos/lib/services/update_service.dart +++ b/mobile/apps/photos/lib/services/update_service.dart @@ -14,7 +14,7 @@ import 'package:url_launcher/url_launcher_string.dart'; class UpdateService { static const kUpdateAvailableShownTimeKey = "update_available_shown_time_key"; static const changeLogVersionKey = "update_change_log_key"; - static const currentChangeLogVersion = 30; + static const currentChangeLogVersion = 31; LatestVersionInfo? _latestVersion; final _logger = Logger("UpdateService");