Skip to content

Commit

Permalink
Update graylog version to 1.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
cglrkn committed Jul 13, 2020
1 parent 789cf6b commit 0fb0db7
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>com.opsgenie.plugin.graylog</groupId>
<artifactId>opsgenie-graylog-alarmcallback</artifactId>
<version>1.3.6-RELEASE</version>
<version>1.3.7-RELEASE</version>
<packaging>jar</packaging>

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

@Override
public Version getVersion() {
return new Version(1, 3, 6, "RELEASE");
return new Version(1, 3, 7, "RELEASE");
}

@Override
Expand Down

0 comments on commit 0fb0db7

Please sign in to comment.