Skip to content

Commit

Permalink
Bump version v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andylizi committed Feb 22, 2022
1 parent 0a6891e commit 760edb7
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 @@ -5,7 +5,7 @@
<groupId>net.andylizi</groupId>
<artifactId>haproxy-detector</artifactId>
<!-- keep in sync with VelocityMain -->
<version>2.2.0</version>
<version>3.0.0</version>
<packaging>jar</packaging>

<name>HAProxyDetector</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

import static net.andylizi.haproxydetector.ReflectionUtil.sneakyThrow;

@Plugin(id = "haproxy-detector", name = "HAProxyDetector", version = "2.2.0",
@Plugin(id = "haproxy-detector", name = "HAProxyDetector", version = "3.0.0",
url = "https://github.com/andylizi/haproxy-detector",
description = "Enables proxied and direct connections both at the same time.",
authors = {"andylizi"})
Expand Down

0 comments on commit 760edb7

Please sign in to comment.