We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e73b5c8 commit a327a5aCopy full SHA for a327a5a
.github/pull_request_template.md
@@ -15,6 +15,7 @@ Please select multiple options if required.
15
16
# Checklist:
17
18
+- [ ] I have update the [gradle.properties](./../gradle.properties) file with the new version
19
- [ ] My code follows the style guidelines of this project
20
- [ ] I have performed a self-review of my own code
21
- [ ] I have commented my code where necessary
gradle.properties
@@ -1,7 +1,7 @@
1
# Main properties
2
group=com.truelayer
3
archivesBaseName=truelayer-java
4
-version=16.2.0
+version=16.3.0
5
6
# Artifacts properties
7
sonatype_repository_url=https://s01.oss.sonatype.org/service/local/
0 commit comments