Skip to content

Commit 760edb7

Browse files
committed
Bump version v3.0.0
1 parent 0a6891e commit 760edb7

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
@@ -5,7 +5,7 @@
55
<groupId>net.andylizi</groupId>
66
<artifactId>haproxy-detector</artifactId>
77
<!-- keep in sync with VelocityMain -->
8-
<version>2.2.0</version>
8+
<version>3.0.0</version>
99
<packaging>jar</packaging>
1010

1111
<name>HAProxyDetector</name>

src/main/java/net/andylizi/haproxydetector/velocity/VelocityMain.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

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

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

0 commit comments

Comments
 (0)