Skip to content

Commit

Permalink
Increased version number to 3.61
Browse files Browse the repository at this point in the history
  • Loading branch information
Torridity committed Jan 18, 2018
1 parent 1a71aac commit e306de7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Core/src/main/java/de/tor/tribes/util/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
*/
public class Constants {

public final static double VERSION = 3.6;
public final static double VERSION = 3.61;
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);
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<artifactId>dsworkbench</artifactId>
<name>DSWorkbench</name>
<packaging>pom</packaging>
<version>3.6</version>
<version>3.61</version>

<description>
Parent project for DS Workbench. The project contains two modules: core and plugins which are put together
Expand Down

0 comments on commit e306de7

Please sign in to comment.