1
0
Fork 1
mirror of https://gitlab.com/mangadex-pub/mangadex_at_home.git synced 2024-01-19 02:48:37 +00:00
mangadex_at_home/src/template/java/mdnet/BuildInfo.java

6 lines
98 B
Java
Raw Normal View History

2020-07-04 19:00:59 +00:00
package mdnet;
public class BuildInfo {
public static final String VERSION = "${version}";
}