Skip to content

Commit f38b088

Browse files
fix: proper date, trailing space
1 parent fbe1544 commit f38b088

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

contrib/flatpak/org.dash.dash-core.metainfo.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
</screenshot>
2222
</screenshots>
2323
<releases>
24-
<release date="2024-11-10" version="23.0.0"/>
24+
<release date="2025-11-10" version="23.0.0"/>
2525
<release date="2024-12-12" version="22.0.0"/>
2626
<release date="2024-10-22" version="21.1.1"/>
2727
</releases>

doc/release-process.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Before every minor and major release:
1111
* [ ] Update DIPs with any changes introduced by this release (see [this pull request](https://github.com/dashpay/dips/pull/142) for an example)
1212
* [ ] Update version in `configure.ac` (don't forget to set `CLIENT_VERSION_IS_RELEASE` to `true`)
1313
* [ ] Write release notes (see below). To clear the release notes: `cp doc/release-notes-empty-template.md doc/release-notes.md`
14-
* [ ] Update flatpak [metainfo file](contrib/flatpak/org.dash.dash-core.metainfo.xml) with latest release tag and estimated release data
14+
* [ ] Update flatpak [metainfo file](contrib/flatpak/org.dash.dash-core.metainfo.xml) with latest release tag and estimated release data
1515
* [ ] Update `src/chainparams.cpp` `nMinimumChainWork` with information from the `getblockchaininfo` rpc.
1616
* [ ] Update `src/chainparams.cpp` `defaultAssumeValid` with information from the `getblockhash` rpc.
1717
- The selected value must not be orphaned so it may be useful to set the value two blocks back from the tip.

0 commit comments

Comments
 (0)