We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f47592 commit 5e05310Copy full SHA for 5e05310
lib/main.dart
@@ -59,7 +59,7 @@ void main() async {
59
class MyApp extends StatefulWidget {
60
61
// 在这里声明当前应用版本号
62
- static String cur_version = '0.0.10';
+ static String cur_version = '0.0.11';
63
64
const MyApp({super.key});
65
@override
0 commit comments