DataLock/src/main/templates/com/alttd/datalock/BuildConstants.java

8 lines
166 B
Java
Raw Normal View History

2022-05-09 00:58:27 +00:00
package com.alttd.datalock;
// The constants are replaced before compilation
public class BuildConstants {
public static final String VERSION = "${version}";
}