Skip to content

Commit

Permalink
update constants.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherfujino committed Jun 24, 2024
1 parent 772a983 commit 39f44f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/unified_analytics/lib/src/constants.dart
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ const int kMaxLogFileSize = 25 * (1 << 20);
const String kLogFileName = 'dart-flutter-telemetry.log';

/// The current version of the package, should be in line with pubspec version.
const String kPackageVersion = '6.1.1';
const String kPackageVersion = '6.1.2';

/// The minimum length for a session.
const int kSessionDurationMinutes = 30;
Expand Down

0 comments on commit 39f44f6

Please sign in to comment.