chore: bump version to 4.5.6 (build 133)

This commit is contained in:
zarzet
2026-06-02 00:58:41 +07:00
parent 56a89c5fc6
commit f52527a41b
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.5.5';
static const String buildNumber = '132';
static const String version = '4.5.6';
static const String buildNumber = '133';
static const String fullVersion = '$version+$buildNumber';
static String get displayVersion => kDebugMode ? 'Internal' : version;