diff --git a/lib/services/update_service.dart b/lib/services/update_service.dart index 9af7c7045e1406874976d5a0338a258991fa2a45..be67ae225a396afc6da04c643b6415c5a6069981 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");