update currentChangeLogVersion

This commit is contained in:
ashilkn 2024-03-09 17:15:08 +05:30
parent f9051c94da
commit b812827480

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