Version.java

package dev.civl.mc.config.IF;

public class Version {

	/** The version of this release of CIVL. */
	public final static String version = "2.0";

	/**
	 * The date of this release of CIVL. Format: YYYY-MM-DD in accordance with ISO
	 * 8601.
	 */
	public final static String date = "2026-05-24";

}