Skip to content

Commit

Permalink
Bump version to 5.4.5
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 702714026
  • Loading branch information
srawlins authored and copybara-github committed Dec 4, 2024
1 parent 09782c8 commit 7abe719
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 5.4.5-wip
## 5.4.5

* Ignore "must_be_immutable" warning in generated files. Mocks cannot be made
immutable anyway, but this way users aren't prevented from using generated
Expand Down
2 changes: 1 addition & 1 deletion lib/src/version.dart
Original file line number Diff line number Diff line change
@@ -1 +1 @@
const packageVersion = '5.4.5-wip';
const packageVersion = '5.4.5';
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: mockito
version: 5.4.5-wip
version: 5.4.5
description: >-
A mock framework inspired by Mockito with APIs for Fakes, Mocks,
behavior verification, and stubbing.
Expand Down

0 comments on commit 7abe719

Please sign in to comment.