chore: bump version to 4.5.5 (build 132)

This commit is contained in:
zarzet
2026-05-14 20:48:29 +07:00
parent 36749a40d3
commit 629eb66595
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
import 'package:flutter/foundation.dart';
class AppInfo {
static const String version = '4.5.1';
static const String buildNumber = '128';
static const String version = '4.5.5';
static const String buildNumber = '132';
static const String fullVersion = '$version+$buildNumber';
static String get displayVersion => kDebugMode ? 'Internal' : version;