version increase

This commit is contained in:
Ujwal
2026-02-24 03:12:52 +05:45
parent d4be176f73
commit 3769ff2c38
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ class AboutPage extends StatefulWidget {
}
class _AboutPageState extends State<AboutPage> {
final String _currentVersion = '0.9.8';
final String _currentVersion = '0.9.8-beta.2';
bool _isChecking = false;
Future<void> _checkUpdate() async {