chore: bump version to 2.0.6+36

This commit is contained in:
zarzet
2026-01-05 12:21:05 +07:00
parent 3e841cef06
commit 525f2fd0cd
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -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 = '2.0.5';
static const String buildNumber = '35';
static const String version = '2.0.6';
static const String buildNumber = '36';
static const String fullVersion = '$version+$buildNumber';