Skip to content

Commit 3eb0abf

Browse files
committed
Bump version 3.0.2
1 parent ef382b1 commit 3eb0abf

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>3.0.1</version>
8+
<version>3.0.2</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
@@ -27,7 +27,7 @@
2727

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

30-
@Plugin(id = "haproxy-detector", name = "HAProxyDetector", version = "3.0.1",
30+
@Plugin(id = "haproxy-detector", name = "HAProxyDetector", version = "3.0.2",
3131
url = "https://github.com/andylizi/haproxy-detector",
3232
description = "Enables proxied and direct connections both at the same time.",
3333
authors = {"andylizi"})

0 commit comments

Comments
 (0)