From b09c1367fe0a4353badc05b8d763620e2f543820 Mon Sep 17 00:00:00 2001 From: tobias <thinkdifferent055@gmail.com> Date: Sun, 25 Oct 2020 14:31:17 +0100 Subject: [PATCH] Update version code to 42 (7.0.2) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 63cd9a60..08781928 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ <packaging>pom</packaging> <properties> - <project.build.code>41</project.build.code> + <project.build.code>42</project.build.code> <project.versionDate>${maven.build.timestamp}</project.versionDate> <maven.build.timestamp.format>yyyy-MM-dd</maven.build.timestamp.format> -- GitLab