sourcegraph / cody

AI that knows your entire codebase
https://cody.dev
Apache License 2.0
2.22k stars 213 forks source link

CLI: bump package version to v0.1.0 #4726

Closed olafurpg closed 2 days ago

olafurpg commented 2 days ago

Previously, the CLI release failed because the version number in package.json was outdated.

Release tag and version in agent/package.json do not match: '0.1.0' vs. '0.0.5b'

Test plan

Cut a new release and see if the CI passes.