Skip to content

Commit 17d40a9

Browse files
authored
Update about_screen.dart
1 parent 6604e4e commit 17d40a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/screens/about_screen.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ class AboutScreen extends StatelessWidget {
6464
Text(
6565
context.tr(
6666
TranslationKeys.aboutVersion,
67-
parameters: {'version': '3.7.0'},
67+
parameters: {'version': '3.7.1'},
6868
),
6969
style: const TextStyle(fontSize: 16, color: Colors.grey),
7070
),

0 commit comments

Comments
 (0)