Skip to content

Commit

Permalink
Trick to tickle PrepareRelase flow
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsenko committed Sep 18, 2023
1 parent d6a95ae commit f3fc32c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/cli/metrics/metrics_command.dart
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import 'options.dart';
import '../common/utils.dart';

// stamped into the library by the build system (see prepare-release.yml)
const realmCoreVersion = '13.17.2';
const realmCoreVersion = '13.17.2'; // comment added to force CI to restamp :-)

class MetricsCommand extends Command<void> {
@override
Expand Down

0 comments on commit f3fc32c

Please sign in to comment.