Skip to content

Commit

Permalink
bump to v2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Derr committed Jan 30, 2019
1 parent fd83df4 commit ccea5f1
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 @@ -43,7 +43,7 @@ jar {
manifest {
attributes 'Main-Class': 'de.infsec.tpl.TplCLI',
'Tool': 'LibScout',
'Version': '2.3.1'
'Version': '2.3.2'
}

// build fat jar
Expand Down
2 changes: 1 addition & 1 deletion src/de/infsec/tpl/config/LibScoutConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public class LibScoutConfig {
private static final Logger logger = LoggerFactory.getLogger(de.infsec.tpl.config.LibScoutConfig.class);

public static final String TOOLNAME = "LibScout";
public static final String TOOLVERSION = "2.3.1";
public static final String TOOLVERSION = "2.3.2";

// modes of operations
public enum OpMode {
Expand Down

0 comments on commit ccea5f1

Please sign in to comment.