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 f605c1c commit 2a95064Copy full SHA for 2a95064
pom.xml
@@ -3,7 +3,7 @@
3
<modelVersion>4.0.0</modelVersion>
4
<groupId>onl.netfishers.netshot</groupId>
5
<artifactId>Netshot</artifactId>
6
- <version>0.18.3a</version>
+ <version>0.19.0</version>
7
<name>Netshot</name>
8
<properties>
9
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
src/main/java/onl/netfishers/netshot/Netshot.java
@@ -76,7 +76,7 @@
76
public class Netshot extends Thread {
77
78
/** Netshot version. */
79
- public static final String VERSION = "0.18.3a";
+ public static final String VERSION = "0.19.0";
80
81
/** The list of configuration files to look at, in sequence. */
82
private static final String[] CONFIG_FILENAMES = new String[] {
0 commit comments