diff --git a/Config/AppVersion.xcconfig b/Config/AppVersion.xcconfig index f19a72c66..be6ad511d 100644 --- a/Config/AppVersion.xcconfig +++ b/Config/AppVersion.xcconfig @@ -15,5 +15,5 @@ // // Version -MARKETING_VERSION = 2.8.2 +MARKETING_VERSION = 2.8.4 CURRENT_PROJECT_VERSION = 1 diff --git a/towncrier.toml b/towncrier.toml index 6d0b78b55..946c92f59 100644 --- a/towncrier.toml +++ b/towncrier.toml @@ -1,6 +1,6 @@ [tool.towncrier] name = "Changes in" -version = "2.8.2" +version = "2.8.4" filename = "TCHAP_CHANGES.md" directory = "changelog.d" template = "changelog.d/_template.md.jinja"