Skip to content
Snippets Groups Projects
fc-version.js 308 B
Newer Older
App.Version = {
Blank_Alt's avatar
Blank_Alt committed
	base: "0.10.7.1", // The vanilla version the mod is based off of, this should never be changed.
Pregmodder's avatar
Pregmodder committed
	pmod: "3.9.2",
	commitHash: null,
	release: 1122 // When getting close to 2000,  please remove the check located within the onLoad() function defined at line five of src/js/eventHandlers.js.
Blank_Alt's avatar
Blank_Alt committed
};