mud set-version
Set version for all MUD packages used in the current workspace.
Sample usage
To set the version to the latest next release.
pnpm mud set-version --tag next
pnpm installOptions
These are the command line options you can specify on mud set-version:
| Option | Meaning | Type | Default value | 
|---|---|---|---|
| --version | Show version number | boolean | false | 
| --mudVersion | Set MUD to the given version | string | true | 
| --tag | Set MUD to the latest version with the given tag from npm | string | |
| --commit | Set MUD to the version based on a given git commit hash | string | |
| --help | Show help | boolean | false |