With OctoberCms, The CURRENT BUILD is 447, But I want to rollback 433, what should I do?
0
votes
1 Answers
1
votes
October uses a rolling-release system, which means you will always get the latest version using the installer.
However, if you use a composer based installation, you can require a specific version tag. You can find the available tags on packagist.
Another option would be to pull the files directly from the git repository. Each new version is tagged as a release. You can find v433 here, it would just be a bit tricky to install right from the git files.