2025-02-05 16:45:45 +08:00

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}";
}