Smack/version.gradle

7 lines
71 B
Groovy

allprojects {
ext {
shortVersion = '4.0.6'
isSnapshot = true
}
}