Skip to content

Commit

Permalink
Netshot 0.18.3
Browse files Browse the repository at this point in the history
  • Loading branch information
SCadilhac committed Mar 12, 2023
1 parent 458ab7e commit df45d96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>onl.netfishers.netshot</groupId>
<artifactId>Netshot</artifactId>
<version>0.18.2</version>
<version>0.18.3</version>
<name>Netshot</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/onl/netfishers/netshot/Netshot.java
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
public class Netshot extends Thread {

/** Netshot version. */
public static final String VERSION = "0.18.2";
public static final String VERSION = "0.18.3";

/** The list of configuration files to look at, in sequence. */
private static final String[] CONFIG_FILENAMES = new String[] {
Expand Down

0 comments on commit df45d96

Please sign in to comment.