Update router version in build.gradle after prop

This commit is contained in:
str4d
2016-07-10 14:32:53 +00:00
parent 2270c4744c
commit 6468e9e317

View File

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