Skip to content

Commit 2a95064

Browse files
committed
Netshot 0.19.0
1 parent f605c1c commit 2a95064

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>onl.netfishers.netshot</groupId>
55
<artifactId>Netshot</artifactId>
6-
<version>0.18.3a</version>
6+
<version>0.19.0</version>
77
<name>Netshot</name>
88
<properties>
99
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

src/main/java/onl/netfishers/netshot/Netshot.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
public class Netshot extends Thread {
7777

7878
/** Netshot version. */
79-
public static final String VERSION = "0.18.3a";
79+
public static final String VERSION = "0.19.0";
8080

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

0 commit comments

Comments
 (0)