The CI build is broken here: [https://github.com/electric-sql/cli/actions/runs/3793688540/jobs/6469536344](https://github.com/electric-sql/cli/actions/runs/3793688540/jobs/6469536344)
A local `./build.sh` and/or `./release.sh` throws this error, seemingly because it doesn't like the `version: git_version()` in `mix.exs`:
```
All dependencies are up to date** (Mix) Expected :version to be a valid Version, got: "43a0bac" (see the Version module for more information)
```
This means I can't:
```
electric init $APP
```
VAX-495 CLI install doesn't work.
The CI build is broken here: [https://github.com/electric-sql/cli/actions/runs/3793688540/jobs/6469536344](https://github.com/electric-sql/cli/actions/runs/3793688540/jobs/6469536344) A local `./build.sh` and/or `./release.sh` throws this error, seemingly because it doesn't like the `version: git_version()` in `mix.exs`: ``` All dependencies are up to date** (Mix) Expected :version to be a valid Version, got: "43a0bac" (see the Version module for more information) ``` This means I can't: ``` electric init $APP ```