Skip to content

Commit

Permalink
updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
sivasamyk committed Jun 7, 2017
1 parent 80389e6 commit df30cc3
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 @@ -6,7 +6,7 @@

<groupId>org.graylog2</groupId>
<artifactId>graylog2-plugin-input-httpmonitor</artifactId>
<version>1.0.4</version>
<version>1.0.5</version>
<packaging>jar</packaging>

<name>${project.artifactId}</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public URI getURL() {

@Override
public Version getVersion() {
return new Version(1, 0, 4);
return new Version(1, 0, 5);
}

@Override
Expand Down

0 comments on commit df30cc3

Please sign in to comment.