update currentChangeLogVersion
This commit is contained in:
parent
f9051c94da
commit
b812827480
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 = 14;
|
||||
static const currentChangeLogVersion = 15;
|
||||
|
||||
LatestVersionInfo? _latestVersion;
|
||||
final _logger = Logger("UpdateService");
|
||||
|
|
Loading…
Add table
Reference in a new issue