Update currentChangeLogVersion

This commit is contained in:
ashilkn
2025-07-30 13:12:53 +05:30
parent 198cd89eb1
commit fe7486ea68

View File

@@ -14,7 +14,7 @@ import 'package:url_launcher/url_launcher_string.dart';
class UpdateService {
static const kUpdateAvailableShownTimeKey = "update_available_shown_time_key";
static const changeLogVersionKey = "update_change_log_key";
static const currentChangeLogVersion = 30;
static const currentChangeLogVersion = 31;
LatestVersionInfo? _latestVersion;
final _logger = Logger("UpdateService");