Skip to content

Commit

Permalink
Netshot 0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SCadilhac committed Sep 27, 2023
1 parent f605c1c commit 2a95064
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.3a</version>
<version>0.19.0</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 @@ -76,7 +76,7 @@
public class Netshot extends Thread {

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

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

0 comments on commit 2a95064

Please sign in to comment.