Skip to content

Commit ccea5f1

Browse files
author
Erik Derr
committed
bump to v2.3.2
1 parent fd83df4 commit ccea5f1

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
@@ -43,7 +43,7 @@ jar {
4343
manifest {
4444
attributes 'Main-Class': 'de.infsec.tpl.TplCLI',
4545
'Tool': 'LibScout',
46-
'Version': '2.3.1'
46+
'Version': '2.3.2'
4747
}
4848

4949
// build fat jar

src/de/infsec/tpl/config/LibScoutConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public class LibScoutConfig {
2020
private static final Logger logger = LoggerFactory.getLogger(de.infsec.tpl.config.LibScoutConfig.class);
2121

2222
public static final String TOOLNAME = "LibScout";
23-
public static final String TOOLVERSION = "2.3.1";
23+
public static final String TOOLVERSION = "2.3.2";
2424

2525
// modes of operations
2626
public enum OpMode {

0 commit comments

Comments
 (0)