Skip to content

Commit 9920080

Browse files
author
Lennart Koopmann
committed
bump version
1 parent 479bcb9 commit 9920080

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
@@ -7,7 +7,7 @@
77

88
<groupId>org.graylog.plugins</groupId>
99
<artifactId>graylog-plugin-aws</artifactId>
10-
<version>1.1.1-SNAPSHOT</version>
10+
<version>1.2.1-SNAPSHOT</version>
1111
<packaging>jar</packaging>
1212

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

src/main/java/org/graylog/aws/plugin/AWSPluginMetadata.java

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

3333
@Override
3434
public Version getVersion() {
35-
return new Version(1, 1, 0);
35+
return new Version(1, 2, 0);
3636
}
3737

3838
@Override

0 commit comments

Comments
 (0)