update change log version

This commit is contained in:
ashilkn 2023-11-17 15:38:52 +05:30
parent dcf2b11cdc
commit 38ae3538e7

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