Skip to content

Commit 5827c0c

Browse files
committed
release v0.15 increment commit
1 parent 341da94 commit 5827c0c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ plugins {
1919
}
2020

2121
mainClassName = "scriptmanager.main.ScriptManager"
22-
version = 'v0.14-dev'
22+
version = 'v0.15'
2323

2424
sourceCompatibility = 1.8
2525
targetCompatibility = 1.8

src/main/java/scriptmanager/objects/ToolDescriptions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public class ToolDescriptions {
2222
/**
2323
* The version string for the whole tool
2424
*/
25-
public static final String VERSION = "0.14-dev";
25+
public static final String VERSION = "0.15";
2626

2727
/**
2828
* 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

Comments
 (0)