diff --git a/Core/src/main/java/de/tor/tribes/util/Constants.java b/Core/src/main/java/de/tor/tribes/util/Constants.java index 8a4c236f2..3a169c441 100644 --- a/Core/src/main/java/de/tor/tribes/util/Constants.java +++ b/Core/src/main/java/de/tor/tribes/util/Constants.java @@ -25,7 +25,7 @@ */ public class Constants { - public final static double VERSION = 3.61; + public final static double VERSION = 3.62; public final static String VERSION_ADDITION = ""; public final static Color DS_BACK = new Color(225, 213, 190); public final static Color DS_BACK_LIGHT = new Color(239, 235, 223); diff --git a/pom.xml b/pom.xml index 4de7053cd..fb33291ab 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ dsworkbench DSWorkbench pom - 3.61 + 3.62 Parent project for DS Workbench. The project contains two modules: core and plugins which are put together