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