Skip to content

Commit 0f51dfe

Browse files
committed
update built artifacts
1 parent a935bd3 commit 0f51dfe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dwds/lib/src/version.dart

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dwds/test/build/ensure_version_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ void main() {
1818
expect(
1919
Version.parse(packageVersion),
2020
pubspec.version,
21-
reason: 'Please run `pub run build_runner build '
21+
reason: 'Please run `dart run build_runner build '
2222
'--build-filter=lib/src/version.dart` to update the version.',
2323
);
2424
});

0 commit comments

Comments
 (0)