Smack/version.gradle

7 lines
79 B
Groovy

allprojects {
ext {
shortVersion = '4.1.0-alpha6'
isSnapshot = false
}
}