Smack/version.gradle

7 lines
78 B
Groovy

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