chore(release): bump version to 4.8.1

This commit is contained in:
zarzet
2026-07-28 20:23:46 +07:00
parent b2e4548204
commit d7710e2a38
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
import 'package:flutter/foundation.dart';
class AppInfo {
static const String version = '4.8.0';
static const String buildNumber = '138';
static const String version = '4.8.1';
static const String buildNumber = '139';
static const String fullVersion = '$version+$buildNumber';
static String get displayVersion => kDebugMode ? 'Internal' : version;