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 08d39f2adf
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -4,6 +4,6 @@ docker.registry.url=gitea.woggioni.net
org.gradle.parallel=true
org.gradle.caching=true
jsf.playground.version=1.0
jsf.playground.version=1.0.0
lys.version=2024.12.07