Update router version in build.gradle after prop

This commit is contained in:
str4d
2017-10-31 04:32:08 +00:00
parent d95e730d94
commit 7b221fa239

View File

@@ -13,7 +13,7 @@ subprojects {
sourceCompatibility = 1.6
jar {
manifest {
attributes 'Implementation-Version': '0.9.26-3'
attributes 'Implementation-Version': '0.9.31-7'
}
}
}