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