8 lines
182 B
Java
8 lines
182 B
Java
package io.github.thehrz.proxyServerHelper;
|
|
|
|
// The constants are replaced before compilation
|
|
public class BuildConstants {
|
|
|
|
public static final String VERSION = "${version}";
|
|
}
|