Skip to content

Commit

Permalink
Bump to version 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jochen Schalanda committed Nov 21, 2016
1 parent 71b6f5f commit 6e1ebf2
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.graylog.plugins</groupId>
<artifactId>graylog-plugin-slack</artifactId>
<version>2.3.0</version>
<version>2.4.0</version>
<packaging>jar</packaging>

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

@Override
public Version getVersion() {
return new Version(2, 3, 0);
return new Version(2, 4, 0);
}

@Override
Expand Down

0 comments on commit 6e1ebf2

Please sign in to comment.