From 7b221fa239e6094d1dbbe9e3154f9aabe134ebb4 Mon Sep 17 00:00:00 2001 From: str4d <str4d@mail.i2p> Date: Tue, 31 Oct 2017 04:32:08 +0000 Subject: [PATCH] Update router version in build.gradle after prop --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index ce9f97b61d..5de3e25b1a 100644 --- a/build.gradle +++ b/build.gradle @@ -13,7 +13,7 @@ subprojects { sourceCompatibility = 1.6 jar { manifest { - attributes 'Implementation-Version': '0.9.26-3' + attributes 'Implementation-Version': '0.9.31-7' } } } -- GitLab