Default project in CLI 4.0.5 goes to ionic-angular 3.9.2

New project created in CLI 4.0.5 using ionic-angular 3.9.2.

Previous projects I started opted for 4.0.0 beta.

Do I now have to specify it to be v4 beta?

You need to include --type in the cli creation command. For example --type=angular.

Ok, thanks. That’s new since the last time I ran it. Or rather, it gave me the option when I didn’t include it.
Cheers.