File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ This is the master changelog for Elite Dangerous Market Connector. Entries are
6
6
in the source (not distributed with the Windows installer) for the
7
7
currently used version.
8
8
---
9
- Pre-Release 5.12.1-rc1
9
+ Pre-Release 5.12.1-rc2
10
10
===
11
11
12
12
This is a release candidate for 5.12.1. It has been pushed to the "Beta" track for updates!
Original file line number Diff line number Diff line change 52
52
# <https://semver.org/#semantic-versioning-specification-semver>
53
53
# Major.Minor.Patch(-prerelease)(+buildmetadata)
54
54
# NB: Do *not* import this, use the functions appversion() and appversion_nobuild()
55
- _static_appversion = '5.12.1-beta1 '
55
+ _static_appversion = '5.12.1-rc2 '
56
56
_cached_version : semantic_version .Version | None = None
57
57
copyright = '© 2015-2019 Jonathan Harris, 2020-2024 EDCD'
58
58
You can’t perform that action at this time.
0 commit comments