chore(release): bump app version to 4.9.6

This commit is contained in:
zarzet
2026-09-06 15:01:21 +07:00
parent 4b7e731474
commit ead2b9c0ab
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.9.5';
static const String buildNumber = '143';
static const String version = '4.9.6';
static const String buildNumber = '144';
static const String fullVersion = '$version+$buildNumber';
static const String gitCommit = String.fromEnvironment('GIT_COMMIT');