We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 341da94 commit 5827c0cCopy full SHA for 5827c0c
build.gradle
@@ -19,7 +19,7 @@ plugins {
19
}
20
21
mainClassName = "scriptmanager.main.ScriptManager"
22
-version = 'v0.14-dev'
+version = 'v0.15'
23
24
sourceCompatibility = 1.8
25
targetCompatibility = 1.8
src/main/java/scriptmanager/objects/ToolDescriptions.java
@@ -22,7 +22,7 @@ public class ToolDescriptions {
/**
* The version string for the whole tool
*/
- public static final String VERSION = "0.14-dev";
+ public static final String VERSION = "0.15";
26
27
28
* Message to user to direct user to open an issue ticket in case of unexpected exception. Print alongside exception's stack trace/message information
0 commit comments