OpenSaaS to Wasp 0.15.X update

Hey guys
does anyone know when the Open-SaaS template is planned to be updated to Wasp 0.15.X? Currently, after starting a new project with this template, I received the following message:

bash ~ / wasp db start

--- [Error] Analyzing wasp project failed: -------------------------------------
1 errors found:
Your Wasp version does not match the app's requirements.
You are running Wasp 0.15.0.
This app requires Wasp ^0.14.0.
To install specific version of Wasp, do:
curl -sSL https://get.wasp-lang.dev/installer.sh | sh -s -- -v x.y.z
where x.y.z is your desired version.
Check https://github.com/wasp-lang/wasp/releases for the list of valid versions.
[...]
Was this page helpful?