Smack/version.gradle

7 lines
78 B
Groovy
Raw Normal View History

2014-11-04 14:43:41 +01:00
allprojects {
ext {
2014-11-30 11:28:45 +01:00
shortVersion = '4.1.0-alpha7'
isSnapshot = true
2014-11-04 14:43:41 +01:00
}
}