Skip to content

Commit

Permalink
Version upgrade in plugin metadata
Browse files Browse the repository at this point in the history
Signed-off-by: Decker, Stefan <Stefan.Decker@gdata.de>
  • Loading branch information
StefanHufschmidt committed Oct 1, 2019
1 parent 13a5090 commit fa55cc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public URI getURL() {

@Override
public Version getVersion() {
return Version.from(1, 2, 0);
return Version.from(1, 2, 1);
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public void getURL() {

@Test
public void getVersion() {
assertEquals(Version.from(1, 2, 0), new AlertManagerPluginMetaData().getVersion());
assertEquals(Version.from(1, 2, 1), new AlertManagerPluginMetaData().getVersion());
}

@Test
Expand Down

0 comments on commit fa55cc8

Please sign in to comment.