From 51d02d77644ae5e4aafb54654a4a0e7af5fccf74 Mon Sep 17 00:00:00 2001 From: zarzet Date: Mon, 9 Feb 2026 23:36:34 +0700 Subject: [PATCH] chore: bump app_info version to 3.6.0+77 --- lib/constants/app_info.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/constants/app_info.dart b/lib/constants/app_info.dart index 3660fb25..7dbe289b 100644 --- a/lib/constants/app_info.dart +++ b/lib/constants/app_info.dart @@ -1,8 +1,8 @@ /// App version and info constants /// Update version here only - all other files will reference this class AppInfo { - static const String version = '3.5.2'; - static const String buildNumber = '76'; + static const String version = '3.6.0'; + static const String buildNumber = '77'; static const String fullVersion = '$version+$buildNumber';