diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 27b48fc06..4ea5eae89 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -30,6 +30,9 @@ Happy contributing! - [ ] Changes to the version if needed - In `build.gradle` - [ ] Had installed and ran the pre-commit hook +- [ ] Issue this PR against the latest non released version branch. + - To know which one it is, run find the latest released tag (`git tag`) in the format `vX.Y.Z`, and then find the latest branch (`git branch --all`) whose `X.Y` is greater than the latest released tag. + - If no such branch exists, then create one from the latest released branch. ## Remaining TODOs for this PR - [ ] Item1 diff --git a/cli/jar/cli.jar b/cli/jar/cli.jar index a39a03768..24acc247a 100644 Binary files a/cli/jar/cli.jar and b/cli/jar/cli.jar differ diff --git a/downloader/jar/downloader.jar b/downloader/jar/downloader.jar index d63377eda..2bd8e69d0 100644 Binary files a/downloader/jar/downloader.jar and b/downloader/jar/downloader.jar differ diff --git a/jar/core-3.4.1.jar b/jar/core-3.4.1.jar index 17e079390..fab116c0d 100644 Binary files a/jar/core-3.4.1.jar and b/jar/core-3.4.1.jar differ