Install
Linux / macOS:
curl -fsSL https://github.com/jongio/dispatch/releases/download/v0.16.1/install.sh | shWindows (PowerShell):
irm https://github.com/jongio/dispatch/releases/download/v0.16.1/install.ps1 | iexInstall this specific version:
# Linux / macOS
curl -fsSL https://github.com/jongio/dispatch/releases/download/v0.16.1/install.sh | sh -s -- v0.16.1
# Windows (PowerShell)
$v="v0.16.1"; irm https://github.com/jongio/dispatch/releases/download/v0.16.1/install.ps1 | iexChangelog
Bug Fixes
Full Changelog: v0.16.0...v0.16.1
Contributors
Thanks to the following people for their contributions to this release:
- Copilot App (@Copilot)
- Jon Gallant (@jongio)