Skip to content

Commit 90effeb

Browse files
author
Ryan Moore
authored
Update public version
web interface still shows version 3.0.0, even though 3.1.0 is installed.
1 parent 61cbbce commit 90effeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/graylog2/plugins/slack/SlackPluginMetadata.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(3, 0, 0);
35+
return new Version(3, 1, 0);
3636
}
3737

3838
@Override

0 commit comments

Comments
 (0)