fixed version number
All checks were successful
CI / build (push) Successful in 34s

This commit is contained in:
2024-12-08 22:05:13 +08:00
parent 064a9b90d7
commit aacfbff2bd

View File

@@ -80,7 +80,7 @@ allprojects {
group = 'net.woggioni'
version = getProperty('jsf.playground.version')
version = currentTag ?: (getProperty('jsf.playground.version') + "." + gitRevision)
}
dependencies {