When I run volt new foo
, it creates a project with the 0.9.3 version. I want to be able to create a new project with the 0.9.4pre1
version, but I'm not sure how to do that. How do you configure Volt so that running volt new foo
will create a project with a specific version?
You have to install the the pre release using
gem install volt --pre
for the latest pre release or
gem install volt -v 0.9.4pre1
for a specific version