We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c5faee commit 0772ab1Copy full SHA for 0772ab1
1 file changed
build.gradle.kts
@@ -22,7 +22,7 @@ private val effectiveVersion = getEffectiveVersion()
22
23
allprojects {
24
group = "com.webauthn4j"
25
- version = webAuthn4JVersion
+ version = effectiveVersion
26
27
repositories {
28
mavenCentral()
0 commit comments