update change log version
This commit is contained in:
parent
dcf2b11cdc
commit
38ae3538e7
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Reference in a new issue