Skip to content

Commit

Permalink
Bump to version 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jochen Schalanda committed Nov 21, 2016
1 parent ea9f2b4 commit 33f4ee6
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.2.3-SNAPSHOT</version>
<version>2.3.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, 2, 3, "SNAPSHOT");
return new Version(2, 3, 0);
}

@Override
Expand Down

0 comments on commit 33f4ee6

Please sign in to comment.