We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd79d07 commit a16a11fCopy full SHA for a16a11f
test/example_data.dart
@@ -6,8 +6,8 @@ import 'api/fake_api.dart';
6
7
final Uri realmUrl = Uri.parse('https://chat.example/');
8
9
-const String recentZulipVersion = '6.1';
10
-const int recentZulipFeatureLevel = 164;
+const String recentZulipVersion = '8.0';
+const int recentZulipFeatureLevel = 185;
11
const int futureZulipFeatureLevel = 9999;
12
13
User user({int? userId, String? email, String? fullName}) {
0 commit comments