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