Skip to content

Commit

Permalink
release v0.15 increment commit
Browse files Browse the repository at this point in the history
  • Loading branch information
owlang committed Aug 15, 2024
1 parent 341da94 commit 5827c0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ plugins {
}

mainClassName = "scriptmanager.main.ScriptManager"
version = 'v0.14-dev'
version = 'v0.15'

sourceCompatibility = 1.8
targetCompatibility = 1.8
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/scriptmanager/objects/ToolDescriptions.java
Original file line number Diff line number Diff line change
Expand Up @@ -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";

/**
* Message to user to direct user to open an issue ticket in case of unexpected exception. Print alongside exception's stack trace/message information
Expand Down

0 comments on commit 5827c0c

Please sign in to comment.