Skip to content

Commit

Permalink
fix (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
shrimalmadhur committed Mar 4, 2024
1 parent f7e0cc1 commit 08b0406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ To release a new version of the CLI, follow the steps below:
> Note: You need to have write permission to this repo to release new version
1. Make sure the release version is updated [here](https://github.com/Layr-Labs/eigenlayer-cli/blob/master/cmd/eigenlayer/main.go#L26)
2. In your local clone, create a new release tag using the following command:```bash
2. In your local clone, create a new release tag using the following command:
```bash
git tag v<version> -m "Release v<version>"
```
Expand Down

0 comments on commit 08b0406

Please sign in to comment.