Commit dfbb928
committed
fix: reset Migrator CURRENT_VERSION to the last released version
Hand-setting CURRENT_VERSION to the upcoming release (1.0.0) left
release-please with nothing to bump, so Migrator.php was absent from
the release PR's diff. Source files should always carry the last
released version; release-please owns the bump from N-1 to N via the
block markers.
Reset to 0.5.0 (current main's plugin.php Version). The next release
PR will bump both plugin.php and Migrator.php in lockstep, and the
mechanism continues working for every future release.1 parent 1f4e652 commit dfbb928
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments