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

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