We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ef2f59 commit 4349110Copy full SHA for 4349110
src/main/java/info/unterrainer/commons/httpserver/Information.java
@@ -2,6 +2,6 @@
2
3
public class Information {
4
public static final String name = "Http-Server";
5
- public static final String buildTime = "2021-01-22T08:06:36Z";
6
- public static final String pomVersion = "0.1.21";
+ public static final String buildTime = "2021-03-05T08:17:16Z";
+ public static final String pomVersion = "0.1.22";
7
}
0 commit comments