We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd83df4 commit ccea5f1Copy full SHA for ccea5f1
build.gradle
@@ -43,7 +43,7 @@ jar {
43
manifest {
44
attributes 'Main-Class': 'de.infsec.tpl.TplCLI',
45
'Tool': 'LibScout',
46
- 'Version': '2.3.1'
+ 'Version': '2.3.2'
47
}
48
49
// build fat jar
src/de/infsec/tpl/config/LibScoutConfig.java
@@ -20,7 +20,7 @@ public class LibScoutConfig {
20
private static final Logger logger = LoggerFactory.getLogger(de.infsec.tpl.config.LibScoutConfig.class);
21
22
public static final String TOOLNAME = "LibScout";
23
- public static final String TOOLVERSION = "2.3.1";
+ public static final String TOOLVERSION = "2.3.2";
24
25
// modes of operations
26
public enum OpMode {
0 commit comments