File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ apply plugin: 'eclipse'
99
1010sourceSets. main. java. srcDirs = [' src' ]
1111mainClassName = " main.ScriptManager"
12- version = ' v0.13'
12+ version = ' v0.13-dev '
1313sourceCompatibility = 1.8
1414targetCompatibility = 1.8
1515
Original file line number Diff line number Diff line change 7070 Read_AnalysisCLI .class ,
7171 Sequence_AnalysisCLI .class
7272 },
73- version = "ScriptManager-v0.13" ,
73+ version = "ScriptManager-v0.13-dev " ,
7474 mixinStandardHelpOptions = true ,
7575 description = "Choose a tool directory from below to see more command-line tool options." ,
7676 exitCodeOnInvalidInput = 1 ,
Original file line number Diff line number Diff line change 5555import window_interface .Figure_Generation .MergeHeatMapWindow ;
5656
5757public class ScriptManagerGUI {
58- public static final String VERSION = "0.13" ;
58+ public static final String VERSION = "0.13-dev " ;
5959
6060 private JFrame frmScriptManager ;
6161 /**
You can’t perform that action at this time.
0 commit comments