Skip to content

Commit 05ca79e

Browse files
author
Lennart Koopmann
committed
bump
1 parent 191b86b commit 05ca79e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<groupId>org.graylog.plugins</groupId>
99
<artifactId>graylog-plugin-threatintel</artifactId>
10-
<version>0.5.1-SNAPSHOT</version>
10+
<version>0.6.1-SNAPSHOT</version>
1111
<packaging>jar</packaging>
1212

1313
<name>${project.artifactId}</name>

src/main/java/org/graylog/plugins/threatintel/ThreatIntelPluginMetaData.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public URI getURL() {
3333

3434
@Override
3535
public Version getVersion() {
36-
return Version.fromPluginProperties(getClass(), PLUGIN_PROPERTIES, "version", Version.from(0, 5, 0));
36+
return Version.fromPluginProperties(getClass(), PLUGIN_PROPERTIES, "version", Version.from(0, 6, 0));
3737
}
3838

3939
@Override

0 commit comments

Comments
 (0)