chore: Format version printing similar to rest of prelude (#11289)
### Description
Just a cosmetic change.
### Testing Instructions
#### Before
```
▲ 👟 my-turborepo on main
turbo build
turbo 2.7.0
• Packages in scope: @repo/eslint-config, @repo/typescript-config, @repo/ui, docs, web
• Running build in 5 packages
• Remote caching disabled
```
#### After
```
▲ 👟 my-turborepo on main
dt build
• turbo 2.7.1-canary.0
• Packages in scope: @repo/eslint-config, @repo/typescript-config, @repo/ui, docs, web
• Running build in 5 packages
• Remote caching disabled
```