diff --git a/lib/services/update_service.dart b/lib/services/update_service.dart index 9af7c7045..be67ae225 100644 --- a/lib/services/update_service.dart +++ b/lib/services/update_service.dart @@ -16,7 +16,7 @@ class UpdateService { static final UpdateService instance = UpdateService._privateConstructor(); static const kUpdateAvailableShownTimeKey = "update_available_shown_time_key"; static const changeLogVersionKey = "update_change_log_key"; - static const currentChangeLogVersion = 12; + static const currentChangeLogVersion = 13; LatestVersionInfo? _latestVersion; final _logger = Logger("UpdateService");