Skip to content
Snippets Groups Projects
Forked from pregmodfan / fc-pregmod
23936 commits behind the upstream repository.
fc-version.js 227 B
App.Version = {
	base: "0.10.7.1", // The vanilla version the mod is based off of, this should never be changed.
	pmod: "3.3.3",
	release: 1062,
};

/* Use release as save version */
Config.saves.version = App.Version.release;