chore: bump version to 4.8.0-beta.1; fix ICU plural syntax in ar/fr

This commit is contained in:
zarzet
2026-07-13 08:39:06 +07:00
parent 2fa4aa5b70
commit 0f0ebe5565
4 changed files with 14 additions and 25 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
import 'package:flutter/foundation.dart';
class AppInfo {
static const String version = '4.7.1';
static const String buildNumber = '137';
static const String version = '4.8.0-beta.1';
static const String buildNumber = '138';
static const String fullVersion = '$version+$buildNumber';
static String get displayVersion => kDebugMode ? 'Internal' : version;