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