mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-17 13:13:12 +01:00
12 lines
136 B
Java
12 lines
136 B
Java
|
package cofh.api;
|
||
|
|
||
|
public class CoFHAPIProps {
|
||
|
|
||
|
private CoFHAPIProps() {
|
||
|
|
||
|
}
|
||
|
|
||
|
public static final String VERSION = "1.7.10R1.0.2";
|
||
|
|
||
|
}
|