Skip to content

Commit df30cc3

Browse files
committed
updated version
1 parent 80389e6 commit df30cc3

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
@@ -6,7 +6,7 @@
66

77
<groupId>org.graylog2</groupId>
88
<artifactId>graylog2-plugin-input-httpmonitor</artifactId>
9-
<version>1.0.4</version>
9+
<version>1.0.5</version>
1010
<packaging>jar</packaging>
1111

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

src/main/java/org/graylog2/plugin/httpmonitor/HttpMonitorInputMetaData.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public URI getURL() {
3434

3535
@Override
3636
public Version getVersion() {
37-
return new Version(1, 0, 4);
37+
return new Version(1, 0, 5);
3838
}
3939

4040
@Override

0 commit comments

Comments
 (0)