Skip to content

Commit

Permalink
Bump version v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andylizi committed Mar 12, 2022
1 parent 61c6617 commit 44da7c5
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>3.0.0</version>
<version>3.0.1</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 = "3.0.0",
@Plugin(id = "haproxy-detector", name = "HAProxyDetector", version = "3.0.1",
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 44da7c5

Please sign in to comment.