Bump change log version

This commit is contained in:
Neeraj Gupta 2023-02-27 10:10:25 +05:30
parent 55e6c153da
commit 13ac0abfc0
No known key found for this signature in database
GPG key ID: 3C5A1684DC1729E1

View file

@ -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 = 6;
static const currentChangeLogVersion = 7;
LatestVersionInfo? _latestVersion;
final _logger = Logger("UpdateService");