From 29af92cbd1d691e76f5137fe2e4d7cfcf4545577 Mon Sep 17 00:00:00 2001 From: Florian Schmaus Date: Fri, 15 Mar 2019 09:43:09 +0100 Subject: [PATCH] Smack 4.3.4-SNAPSHOT --- version.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.gradle b/version.gradle index 85012ef33..82e39bdf3 100644 --- a/version.gradle +++ b/version.gradle @@ -1,7 +1,7 @@ allprojects { ext { - shortVersion = '4.3.3' - isSnapshot = false + shortVersion = '4.3.4' + isSnapshot = true // When using dynamic versions for those, do *not* use [1.0, // 2.0), since this will also pull in 2.0-alpha1. Instead use // [1.0, 1.0.99].