We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e9a5ae commit 30a0098Copy full SHA for 30a0098
1 file changed
build.gradle.kts
@@ -20,7 +20,7 @@ plugins {
20
buildscript {
21
// Version of Maven artifacts
22
// Should only be changed as part of the release process, see the release checklist in the objectbox repo
23
- val versionNumber = "5.2.1-preview1"
+ val versionNumber = "5.2.1"
24
25
// Release mode should only be enabled when manually triggering a CI pipeline,
26
// see the release checklist in the objectbox repo.
0 commit comments