Skip to content

Commit

Permalink
chore: bump to latest CLI version (#687)
Browse files Browse the repository at this point in the history
Co-authored-by: tim775 <52185+tim775@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and tim775 authored Dec 31, 2024
1 parent 51f64ac commit b2bbc02
Show file tree
Hide file tree
Showing 2 changed files with 4,595 additions and 4,085 deletions.
6 changes: 3 additions & 3 deletions docs/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Get the latest Infracost release:
```shell
brew install infracost

infracost --version # Should show 0.10.39
infracost --version # Should show 0.10.40
```

To upgrade Infracost, run `brew update` then `brew upgrade infracost`.
Expand All @@ -50,7 +50,7 @@ Get the latest Infracost release:
```
3. Check that it works correctly:
```shell
infracost --version # Should show 0.10.39
infracost --version # Should show 0.10.40
```


Expand All @@ -60,7 +60,7 @@ Get the latest Infracost release:
```shell
choco install infracost
infracost --version # Should show 0.10.39
infracost --version # Should show 0.10.40
```

To upgrade Infracost, run `choco upgrade infracost`.
Expand Down
Loading

0 comments on commit b2bbc02

Please sign in to comment.