From 10bf65bd09d54fd814e25333c601f45a376f4dda Mon Sep 17 00:00:00 2001 From: darken Date: Wed, 18 Jun 2025 13:17:56 +0200 Subject: [PATCH] Release: 2.17.3-rc0 --- VERSION | 2 +- fastlane/metadata/android/en-US/changelogs/21703000.txt | 5 +++++ version.properties | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/21703000.txt diff --git a/VERSION b/VERSION index c21bd049..be1ce937 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.17.2-rc0 21702000 +2.17.3-rc0 21703000 diff --git a/fastlane/metadata/android/en-US/changelogs/21703000.txt b/fastlane/metadata/android/en-US/changelogs/21703000.txt new file mode 100644 index 00000000..02bac681 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/21703000.txt @@ -0,0 +1,5 @@ +Updates contain bugfixes, performance improvements and maybe new features. +A detailed changelog is always available on GitHub. + +FYI: It’s just me here, sometimes replies might take a bit. Sorry for that! +¯\_(ツ)_/¯ \ No newline at end of file diff --git a/version.properties b/version.properties index a0772200..97ae57df 100644 --- a/version.properties +++ b/version.properties @@ -1,6 +1,6 @@ ### Updated by release.sh ### project.versioning.major=2 project.versioning.minor=17 -project.versioning.patch=2 +project.versioning.patch=3 project.versioning.build=0 #############################